#321976

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

Shades of Persian Indigo #321976

Tints of Persian Indigo #321976

Color information

#321976 (or 0x321976) is unknown color: approx Persian Indigo. HEX triplet: 32, 19 and 76. RGB value is (50,25,118). Sum of RGB (Red+Green+Blue) = 50+25+118=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #321976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321976 is #CDE689. Grayscale: #2A2A2A. Windows color (decimal): -13493898 or 7739698. OLE color: 7739698.

HSL color Cylindrical-coordinate representation of color #321976: hue angle of 256.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321976 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5025118-
CMYK0.580.7900.54
HSL256.13º65.03%28.04%-
HSV(B)256.13º78.81%46.27%-
XYZ4.932.6817.4-
YUV43.08170.28132.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 118 (46.48% from 255) = 61.14%
R=25.91%
G=12.95%
B=61.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50251180.580.7900.54256.1365.0328.04
Hex3219763A4F036100411c
Octal62311667211706640010134
Binary11001011001111011011101010011110110110100000000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321976; }

 p { color: rgb(50,25,118); }

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

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

 a { background-color: rgb(50,25,118); }

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

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

 span { border-color: rgb(50,25,118); }

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