#331979

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

Shades of Persian Indigo #331979

Tints of Persian Indigo #331979

Color information

#331979 (or 0x331979) is unknown color: approx Persian Indigo. HEX triplet: 33, 19 and 79. RGB value is (51,25,121). Sum of RGB (Red+Green+Blue) = 51+25+121=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #331979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331979 is #CCE686. Grayscale: #2B2B2B. Windows color (decimal): -13428359 or 7936307. OLE color: 7936307.

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

Color convert

RGB5125121-
CMYK0.580.7900.53
HSL256.25º65.75%28.63%-
HSV(B)256.25º79.34%47.45%-
XYZ5.162.7818.35-
YUV43.72171.61133.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 121 (47.66% from 255) = 61.42%
R=25.89%
G=12.69%
B=61.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51251210.580.7900.53256.2565.7528.63
Hex3319793A4F035100421d
Octal63311717211706540010235
Binary11001111001111100111101010011110110101100000000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331979; }

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

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

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

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

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

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

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

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