Html Css Color HEX #331EC9 Persian Blue

📋 copy color: '#331EC9'

red 51 ◦ green 30 ◦ blue 201

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

Shades of Persian Blue #331EC9

Tints of Persian Blue #331EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 71.28%

R = 18.09%
G = 10.64%
B = 71.28%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#331EC9 (or 0x331EC9) is known color: Persian Blue. HEX triplet: 33, 1E and C9. RGB value is (51,30,201). Sum of RGB (Red+Green+Blue) = 51+30+201=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #331EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331EC9 is #CCE136. Grayscale: #373737. Windows color (decimal): -13426999 or 13180467. OLE color: 13180467.

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

Color convert

RGB 51 30 201 -
CMYK 0.75 0.85 0 0.21
HSL 247.37º 0.74% 0.45% -
HSV(B) 247.37º 0.85% 0.79% -
XYZ 12.37 5.85 55.74 -
YUV 55.77 209.96 124.6 -
System Red Green Blue C M Y K H S L
Decimal 51 30 201 0.75 0.85 0 0.21 247.37 0.74 0.45
Hex 33 1E C9 4B 55 0 15 F7 4A 2D
Octal 63 36 311 113 125 0 25 367 112 55
Binary 110011 11110 11001001 1001011 1010101 0 10101 11110111 1001010 101101

Color Harmonies of #331EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EC9

Black with #331EC9

Text Example


Text Example

White with #331EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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