Html Css Color HEX #331CCD Persian Blue

📋 copy color: '#331CCD'

red 51 ◦ green 28 ◦ blue 205

#331CCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #331CCD

Tints of Persian Blue #331CCD

RGB

 RED value IS 51 (20.31% from 255) = 17.96%

 GREEN value IS 28 (11.33% from 255) = 9.86%

 BLUE value IS 205 (80.47% from 255) = 72.18%

R = 17.96%
G = 9.86%
B = 72.18%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#331CCD (or 0x331CCD) is known color: Persian Blue. HEX triplet: 33, 1C and CD. RGB value is (51,28,205). Sum of RGB (Red+Green+Blue) = 51+28+205=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #331CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CCD is #CCE332. Grayscale: #363636. Windows color (decimal): -13427507 or 13442099. OLE color: 13442099.

HSL color Cylindrical-coordinate representation of color #331CCD: hue angle of 247.8º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331CCD is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 28 205 -
CMYK 0.75 0.86 0 0.20
HSL 247.8º 0.76% 0.46% -
HSV(B) 247.8º 0.86% 0.8% -
XYZ 12.8 5.94 58.23 -
YUV 55.06 212.62 125.11 -
System Red Green Blue C M Y K H S L
Decimal 51 28 205 0.75 0.86 0 0.20 247.8 0.76 0.46
Hex 33 1C CD 4B 56 0 14 F8 4C 2E
Octal 63 34 315 113 126 0 24 370 114 56
Binary 110011 11100 11001101 1001011 1010110 0 10100 11111000 1001100 101110

Color Harmonies of #331CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CCD

Black with #331CCD

Text Example


Text Example

White with #331CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331CCD; }

 p { color: rgb(51,28,205); }

 H1.HeaderClassName
 {
   color: #331CCD;
 }
 .AnyTagClassName
 {
   color: #331CCD;
 }
</style>

background-color css

<style>
 a { background-color: #331CCD; }

 a { background-color: rgb(51,28,205); }

 div.DivClassName
 {
   background-color: #331CCD;
 }
 .BgClassName
 {
   background-color: #331CCD;
 }
</style>

border-color css

<style>
 span { border-color: #331CCD; }

 span { border-color: rgb(51,28,205); }

 td.TdClassName
 {
   border-color: #331CCD;
 }
 .TagClassName
 {
   border-color: #331CCD;
 }
</style>