#331C76

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

Shades of Persian Indigo #331C76

Tints of Persian Indigo #331C76

Color information

#331C76 (or 0x331C76) is unknown color: approx Persian Indigo. HEX triplet: 33, 1C and 76. RGB value is (51,28,118). Sum of RGB (Red+Green+Blue) = 51+28+118=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #331C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C76 is #CCE389. Grayscale: #2C2C2C. Windows color (decimal): -13427594 or 7740467. OLE color: 7740467.

HSL color Cylindrical-coordinate representation of color #331C76: hue angle of 255.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331C76 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5128118-
CMYK0.570.7600.54
HSL255.33º61.64%28.63%-
HSV(B)255.33º76.27%46.27%-
XYZ5.052.8417.42-
YUV45.14169.12132.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=25.89%
G=14.21%
B=59.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51281180.570.7600.54255.3361.6428.63
Hex331C76394C036ff3e1d
Octal6334166711140663777635
Binary110011111001110110111001100110001101101111111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331C76; }

 p { color: rgb(51,28,118); }

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

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

 a { background-color: rgb(51,28,118); }

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

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

 span { border-color: rgb(51,28,118); }

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