#331571

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

Shades of Persian Indigo #331571

Tints of Persian Indigo #331571

Color information

#331571 (or 0x331571) is unknown color: approx Persian Indigo. HEX triplet: 33, 15 and 71. RGB value is (51,21,113). Sum of RGB (Red+Green+Blue) = 51+21+113=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #331571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331571 is #CCEA8E. Grayscale: #282828. Windows color (decimal): -13429391 or 7410995. OLE color: 7410995.

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

Color convert

RGB5121113-
CMYK0.550.8100.56
HSL259.57º68.66%26.27%-
HSV(B)259.57º81.42%44.31%-
XYZ4.612.4315.85-
YUV40.46168.94135.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=27.57%
G=11.35%
B=61.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51211130.550.8100.56259.5768.6626.27
Hex3315713751038104451a
Octal63251616712107040410532
Binary11001110101111000111011110100010111000100000100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331571; }

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

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

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

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

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

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

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

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