Html Css Color HEX #331ECC Persian Blue

📋 copy color: '#331ECC'

red 51 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #331ECC

Tints of Persian Blue #331ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.53%

 BLUE value IS 204 (80.08% from 255) = 71.58%

R = 17.89%
G = 10.53%
B = 71.58%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#331ECC (or 0x331ECC) is known color: Persian Blue. HEX triplet: 33, 1E and CC. RGB value is (51,30,204). Sum of RGB (Red+Green+Blue) = 51+30+204=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #331ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ECC is #CCE133. Grayscale: #373737. Windows color (decimal): -13426996 or 13377075. OLE color: 13377075.

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

Color convert

RGB 51 30 204 -
CMYK 0.75 0.85 0 0.2
HSL 247.24º 0.74% 0.46% -
HSV(B) 247.24º 0.85% 0.8% -
XYZ 12.73 5.99 57.61 -
YUV 56.12 211.46 124.35 -
System Red Green Blue C M Y K H S L
Decimal 51 30 204 0.75 0.85 0 0.2 247.24 0.74 0.46
Hex 33 1E CC 4B 55 0 14 F7 4A 2E
Octal 63 36 314 113 125 0 24 367 112 56
Binary 110011 11110 11001100 1001011 1010101 0 10100 11110111 1001010 101110

Color Harmonies of #331ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331ECC

Black with #331ECC

Text Example


Text Example

White with #331ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,30,204); }

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

background-color css

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

 a { background-color: rgb(51,30,204); }

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

border-color css

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

 span { border-color: rgb(51,30,204); }

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