#321570

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

Shades of Persian Indigo #321570

Tints of Persian Indigo #321570

Color information

#321570 (or 0x321570) is unknown color: approx Persian Indigo. HEX triplet: 32, 15 and 70. RGB value is (50,21,112). Sum of RGB (Red+Green+Blue) = 50+21+112=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #321570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321570 is #CDEA8F. Grayscale: #272727. Windows color (decimal): -13494928 or 7345458. OLE color: 7345458.

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

Color convert

RGB5021112-
CMYK0.550.8100.56
HSL259.12º68.42%26.08%-
HSV(B)259.12º81.25%43.92%-
XYZ4.512.3815.55-
YUV40.04168.61135.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 112 (44.14% from 255) = 61.20%
R=27.32%
G=11.48%
B=61.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50211120.550.8100.56259.1268.4226.08
Hex3215703751038103441a
Octal62251606712107040310432
Binary11001010101111000011011110100010111000100000011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321570; }

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

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

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

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

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

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

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

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