#321770

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

Shades of Persian Indigo #321770

Tints of Persian Indigo #321770

Color information

#321770 (or 0x321770) is unknown color: approx Persian Indigo. HEX triplet: 32, 17 and 70. RGB value is (50,23,112). Sum of RGB (Red+Green+Blue) = 50+23+112=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #321770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321770 is #CDE88F. Grayscale: #282828. Windows color (decimal): -13494416 or 7345970. OLE color: 7345970.

HSL color Cylindrical-coordinate representation of color #321770: hue angle of 258.2º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321770 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5023112-
CMYK0.550.7900.56
HSL258.2º65.93%26.47%-
HSV(B)258.2º79.46%43.92%-
XYZ4.552.4615.56-
YUV41.22167.95134.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 23 (9.38% from 255) = 12.43%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=27.03%
G=12.43%
B=60.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50231120.550.7900.56258.265.9326.47
Hex321770374F038102421a
Octal62271606711707040210232
Binary11001010111111000011011110011110111000100000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321770; }

 p { color: rgb(50,23,112); }

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

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

 a { background-color: rgb(50,23,112); }

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

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

 span { border-color: rgb(50,23,112); }

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