#32197A

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

Shades of Persian Indigo #32197A

Tints of Persian Indigo #32197A

Color information

#32197A (or 0x32197A) is unknown color: approx Persian Indigo. HEX triplet: 32, 19 and 7A. RGB value is (50,25,122). Sum of RGB (Red+Green+Blue) = 50+25+122=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #32197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32197A is #CDE685. Grayscale: #2B2B2B. Windows color (decimal): -13493894 or 8001842. OLE color: 8001842.

HSL color Cylindrical-coordinate representation of color #32197A: hue angle of 255.46º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32197A is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5025122-
CMYK0.590.8000.52
HSL255.46º65.99%28.82%-
HSV(B)255.46º79.51%47.84%-
XYZ5.182.7818.68-
YUV43.53172.28132.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 122 (48.05% from 255) = 61.93%
R=25.38%
G=12.69%
B=61.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50251220.590.8000.52255.4665.9928.82
Hex32197A3B50034ff421d
Octal62311727312006437710235
Binary1100101100111110101110111010000011010011111111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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