#331C79

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

Shades of Persian Indigo #331C79

Tints of Persian Indigo #331C79

Color information

#331C79 (or 0x331C79) is unknown color: approx Persian Indigo. HEX triplet: 33, 1C and 79. RGB value is (51,28,121). Sum of RGB (Red+Green+Blue) = 51+28+121=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #331C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C79 is #CCE386. Grayscale: #2D2D2D. Windows color (decimal): -13427591 or 7937075. OLE color: 7937075.

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

Color convert

RGB5128121-
CMYK0.580.7700.53
HSL254.84º62.42%29.22%-
HSV(B)254.84º76.86%47.45%-
XYZ5.232.9118.38-
YUV45.48170.62131.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 28 (11.33% from 255) = 14%
BLUE value IS 121 (47.66% from 255) = 60.5%
R=25.5%
G=14%
B=60.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51281210.580.7700.53254.8462.4229.22
Hex331C793A4D035ff3e1d
Octal6334171721150653777635
Binary110011111001111001111010100110101101011111111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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