#331D77

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

Shades of Persian Indigo #331D77

Tints of Persian Indigo #331D77

Color information

#331D77 (or 0x331D77) is unknown color: approx Persian Indigo. HEX triplet: 33, 1D and 77. RGB value is (51,29,119). Sum of RGB (Red+Green+Blue) = 51+29+119=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #331D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D77 is #CCE288. Grayscale: #2D2D2D. Windows color (decimal): -13427337 or 7806259. OLE color: 7806259.

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

Color convert

RGB5129119-
CMYK0.570.7600.53
HSL254.67º60.81%29.02%-
HSV(B)254.67º75.63%46.67%-
XYZ5.132.9117.74-
YUV45.84169.29131.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 29 (11.72% from 255) = 14.57%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=25.63%
G=14.57%
B=59.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51291190.570.7600.53254.6760.8129.02
Hex331D77394C035ff3d1d
Octal6335167711140653777535
Binary110011111011110111111001100110001101011111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,29,119); }

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

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

 a { background-color: rgb(51,29,119); }

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

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

 span { border-color: rgb(51,29,119); }

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