#32137C

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

Shades of Persian Indigo #32137C

Tints of Persian Indigo #32137C

Color information

#32137C (or 0x32137C) is unknown color: approx Persian Indigo. HEX triplet: 32, 13 and 7C. RGB value is (50,19,124). Sum of RGB (Red+Green+Blue) = 50+19+124=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #32137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32137C is #CDEC83. Grayscale: #272727. Windows color (decimal): -13495428 or 8131378. OLE color: 8131378.

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

Color convert

RGB5019124-
CMYK0.600.8500.51
HSL257.71º73.43%28.04%-
HSV(B)257.71º84.68%48.63%-
XYZ5.192.619.3-
YUV40.24175.27134.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 124 (48.83% from 255) = 64.25%
R=25.91%
G=9.84%
B=64.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50191240.600.8500.51257.7173.4328.04
Hex32137C3C55033102491c
Octal62231747412506340211134
Binary11001010011111110011110010101010110011100000010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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