#32117C

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

Shades of Persian Indigo #32117C

Tints of Persian Indigo #32117C

Color information

#32117C (or 0x32117C) is unknown color: approx Persian Indigo. HEX triplet: 32, 11 and 7C. RGB value is (50,17,124). Sum of RGB (Red+Green+Blue) = 50+17+124=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #32117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32117C is #CDEE83. Grayscale: #262626. Windows color (decimal): -13495940 or 8130866. OLE color: 8130866.

HSL color Cylindrical-coordinate representation of color #32117C: hue angle of 258.5º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32117C is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5017124-
CMYK0.600.8600.51
HSL258.5º75.89%27.65%-
HSV(B)258.5º86.29%48.63%-
XYZ5.152.5319.29-
YUV39.06175.93135.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 124 (48.83% from 255) = 64.92%
R=26.18%
G=8.90%
B=64.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50171240.600.8600.51258.575.8927.65
Hex32117C3C560331034c1c
Octal62211747412606340311434
Binary11001010001111110011110010101100110011100000011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32117C; }

 p { color: rgb(50,17,124); }

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

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

 a { background-color: rgb(50,17,124); }

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

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

 span { border-color: rgb(50,17,124); }

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