Html Css Color HEX #331691 Persian Indigo

📋 copy color: '#331691'

red 51 ◦ green 22 ◦ blue 145

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

Shades of Persian Indigo #331691

Tints of Persian Indigo #331691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

 BLUE value IS 145 (57.03% from 255) = 66.51%

R = 23.39%
G = 10.09%
B = 66.51%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#331691 (or 0x331691) is known color: Persian Indigo. HEX triplet: 33, 16 and 91. RGB value is (51,22,145). Sum of RGB (Red+Green+Blue) = 51+22+145=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #331691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331691 is #CCE96E. Grayscale: #2C2C2C. Windows color (decimal): -13429103 or 9508403. OLE color: 9508403.

HSL color Cylindrical-coordinate representation of color #331691: hue angle of 254.15º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331691 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 22 145 -
CMYK 0.65 0.85 0 0.43
HSL 254.15º 0.74% 0.33% -
HSV(B) 254.15º 0.85% 0.57% -
XYZ 6.76 3.32 27.07 -
YUV 44.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 51 22 145 0.65 0.85 0 0.43 254.15 0.74 0.33
Hex 33 16 91 41 55 0 2B FE 4A 21
Octal 63 26 221 101 125 0 53 376 112 41
Binary 110011 10110 10010001 1000001 1010101 0 101011 11111110 1001010 100001

Color Harmonies of #331691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331691

Black with #331691

Text Example


Text Example

White with #331691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331691; }

 p { color: rgb(51,22,145); }

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

background-color css

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

 a { background-color: rgb(51,22,145); }

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

border-color css

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

 span { border-color: rgb(51,22,145); }

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