#331972

Color #331972 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #331972

Tints of Persian Indigo #331972

Color information

#331972 (or 0x331972) is unknown color: approx 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

RGB5125114-
CMYK0.550.7800.55
HSL257.53º64.03%27.25%-
HSV(B)257.53º78.07%44.71%-
XYZ4.752.6116.17-
YUV42.92168.11133.76-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51251140.550.7800.55257.5364.0327.25
Hex331972374E037102401b
Octal63311626711606740210033
Binary11001111001111001011011110011100110111100000010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>