Html Css Color HEX #331972 Persian Indigo

📋 copy color: '#331972'

red 51 ◦ green 25 ◦ blue 114

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

Shades of Persian Indigo #331972

Tints of Persian Indigo #331972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60%

R = 26.84%
G = 13.16%
B = 60%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#331972 (or 0x331972) is known color: Persian Indigo. HEX triplet: 33, 19 and 72. RGB value is (51,25,114). Sum of RGB (Red+Green+Blue) = 51+25+114=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #331972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331972 is #CCE68D. Grayscale: #2A2A2A. Windows color (decimal): -13428366 or 7477555. OLE color: 7477555.

HSL color Cylindrical-coordinate representation of color #331972: hue angle of 257.53º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331972 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 25 114 -
CMYK 0.55 0.78 0 0.55
HSL 257.53º 0.64% 0.27% -
HSV(B) 257.53º 0.78% 0.45% -
XYZ 4.75 2.61 16.17 -
YUV 42.92 168.11 133.76 -
System Red Green Blue C M Y K H S L
Decimal 51 25 114 0.55 0.78 0 0.55 257.53 0.64 0.27
Hex 33 19 72 37 4E 0 37 102 40 1B
Octal 63 31 162 67 116 0 67 402 100 33
Binary 110011 11001 1110010 110111 1001110 0 110111 100000010 1000000 11011

Color Harmonies of #331972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331972

Black with #331972

Text Example


Text Example

White with #331972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331972; }

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

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

background-color css

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

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

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

border-color css

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

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

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