#331772

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

Shades of Persian Indigo #331772

Tints of Persian Indigo #331772

Color information

#331772 (or 0x331772) is unknown color: approx Persian Indigo. HEX triplet: 33, 17 and 72. RGB value is (51,23,114). Sum of RGB (Red+Green+Blue) = 51+23+114=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #331772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331772 is #CCE88D. Grayscale: #292929. Windows color (decimal): -13428878 or 7477043. OLE color: 7477043.

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

Color convert

RGB5123114-
CMYK0.550.8000.55
HSL258.46º66.42%26.86%-
HSV(B)258.46º79.82%44.71%-
XYZ4.712.5316.16-
YUV41.75168.78134.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=27.13%
G=12.23%
B=60.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51231140.550.8000.55258.4666.4226.86
Hex3317723750037102421b
Octal63271626712006740210233
Binary11001110111111001011011110100000110111100000010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331772; }

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

 H1.HeaderClassName
 {
   color: #331772;
 }
 .AnyTagClassName
 {
   color: #331772;
 }
</style>
background-color css

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

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

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

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

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

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