Html Css Color HEX #331ECE Persian Blue

📋 copy color: '#331ECE'

red 51 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #331ECE

Tints of Persian Blue #331ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.78%

R = 17.77%
G = 10.45%
B = 71.78%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#331ECE (or 0x331ECE) is known color: Persian Blue. HEX triplet: 33, 1E and CE. RGB value is (51,30,206). Sum of RGB (Red+Green+Blue) = 51+30+206=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #331ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ECE is #CCE131. Grayscale: #373737. Windows color (decimal): -13426994 or 13508147. OLE color: 13508147.

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

Color convert

RGB 51 30 206 -
CMYK 0.75 0.85 0 0.19
HSL 247.16º 0.75% 0.46% -
HSV(B) 247.16º 0.85% 0.81% -
XYZ 12.97 6.09 58.88 -
YUV 56.34 212.46 124.19 -
System Red Green Blue C M Y K H S L
Decimal 51 30 206 0.75 0.85 0 0.19 247.16 0.75 0.46
Hex 33 1E CE 4B 55 0 13 F7 4B 2E
Octal 63 36 316 113 125 0 23 367 113 56
Binary 110011 11110 11001110 1001011 1010101 0 10011 11110111 1001011 101110

Color Harmonies of #331ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331ECE

Black with #331ECE

Text Example


Text Example

White with #331ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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