#32057A

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

Shades of Persian Indigo #32057A

Tints of Persian Indigo #32057A

Color information

#32057A (or 0x32057A) is unknown color: approx Persian Indigo. HEX triplet: 32, 05 and 7A. RGB value is (50,5,122). Sum of RGB (Red+Green+Blue) = 50+5+122=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #32057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32057A is #CDFA85. Grayscale: #1F1F1F. Windows color (decimal): -13499014 or 7996722. OLE color: 7996722.

HSL color Cylindrical-coordinate representation of color #32057A: hue angle of 263.08º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32057A is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB505122-
CMYK0.590.9600.52
HSL263.08º92.13%24.9%-
HSV(B)263.08º95.9%47.84%-
XYZ4.882.1918.58-
YUV31.79178.91140.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 122 (48.05% from 255) = 68.93%
R=28.25%
G=2.82%
B=68.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5051220.590.9600.52263.0892.1324.9
Hex3257A3B600341075c19
Octal6251727314006440713431
Binary110010101111101011101111000000110100100000111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32057A; }

 p { color: rgb(50,5,122); }

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

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

 a { background-color: rgb(50,5,122); }

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

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

 span { border-color: rgb(50,5,122); }

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