#331A79

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

Shades of Persian Indigo #331A79

Tints of Persian Indigo #331A79

Color information

#331A79 (or 0x331A79) is unknown color: approx Persian Indigo. HEX triplet: 33, 1A and 79. RGB value is (51,26,121). Sum of RGB (Red+Green+Blue) = 51+26+121=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #331A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A79 is #CCE586. Grayscale: #2B2B2B. Windows color (decimal): -13428103 or 7936563. OLE color: 7936563.

HSL color Cylindrical-coordinate representation of color #331A79: hue angle of 255.79º degrees, saturation: 0.65, 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 #331A79 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5126121-
CMYK0.580.7900.53
HSL255.79º64.63%28.82%-
HSV(B)255.79º78.51%47.45%-
XYZ5.192.8218.36-
YUV44.3171.28132.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 121 (47.66% from 255) = 61.11%
R=25.76%
G=13.13%
B=61.11%

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
Decimal51261210.580.7900.53255.7964.6328.82
Hex331A793A4F035100411d
Octal63321717211706540010135
Binary11001111010111100111101010011110110101100000000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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