#331376

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

Shades of Persian Indigo #331376

Tints of Persian Indigo #331376

Color information

#331376 (or 0x331376) is unknown color: approx Persian Indigo. HEX triplet: 33, 13 and 76. RGB value is (51,19,118). Sum of RGB (Red+Green+Blue) = 51+19+118=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #331376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331376 is #CCEC89. Grayscale: #272727. Windows color (decimal): -13429898 or 7738163. OLE color: 7738163.

HSL color Cylindrical-coordinate representation of color #331376: hue angle of 259.39º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331376 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5119118-
CMYK0.570.8400.54
HSL259.39º72.26%26.86%-
HSV(B)259.39º83.9%46.27%-
XYZ4.872.4817.36-
YUV39.85172.1135.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 118 (46.48% from 255) = 62.77%
R=27.13%
G=10.11%
B=62.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51191180.570.8400.54259.3972.2626.86
Hex3313763954036103481b
Octal63231667112406640311033
Binary11001110011111011011100110101000110110100000011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331376; }

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

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

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

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

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

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

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

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