Html Css Color HEX #331991 Persian Indigo

📋 copy color: '#331991'

red 51 ◦ green 25 ◦ blue 145

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

Shades of Persian Indigo #331991

Tints of Persian Indigo #331991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

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

R = 23.08%
G = 11.31%
B = 65.61%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#331991 (or 0x331991) is known color: Persian Indigo. HEX triplet: 33, 19 and 91. RGB value is (51,25,145). Sum of RGB (Red+Green+Blue) = 51+25+145=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #331991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331991 is #CCE66E. Grayscale: #2E2E2E. Windows color (decimal): -13428335 or 9509171. OLE color: 9509171.

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

Color convert

RGB 51 25 145 -
CMYK 0.65 0.83 0 0.43
HSL 253º 0.71% 0.33% -
HSV(B) 253º 0.83% 0.57% -
XYZ 6.82 3.44 27.09 -
YUV 46.45 183.61 131.24 -
System Red Green Blue C M Y K H S L
Decimal 51 25 145 0.65 0.83 0 0.43 253 0.71 0.33
Hex 33 19 91 41 53 0 2B FD 47 21
Octal 63 31 221 101 123 0 53 375 107 41
Binary 110011 11001 10010001 1000001 1010011 0 101011 11111101 1000111 100001

Color Harmonies of #331991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331991

Black with #331991

Text Example


Text Example

White with #331991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331991; }

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

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

background-color css

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

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

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

border-color css

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

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

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