#331572

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

Shades of Persian Indigo #331572

Tints of Persian Indigo #331572

Color information

#331572 (or 0x331572) is unknown color: approx Persian Indigo. HEX triplet: 33, 15 and 72. RGB value is (51,21,114). Sum of RGB (Red+Green+Blue) = 51+21+114=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #331572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331572 is #CCEA8D. Grayscale: #282828. Windows color (decimal): -13429390 or 7476531. OLE color: 7476531.

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

Color convert

RGB5121114-
CMYK0.550.8200.55
HSL259.35º68.89%26.47%-
HSV(B)259.35º81.58%44.71%-
XYZ4.672.4616.15-
YUV40.57169.44135.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=27.42%
G=11.29%
B=61.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51211140.550.8200.55259.3568.8926.47
Hex3315723752037103451a
Octal63251626712206740310532
Binary11001110101111001011011110100100110111100000011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331572; }

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

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

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

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

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

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

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

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