#32127F

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

Shades of Persian Indigo #32127F

Tints of Persian Indigo #32127F

Color information

#32127F (or 0x32127F) is unknown color: approx Persian Indigo. HEX triplet: 32, 12 and 7F. RGB value is (50,18,127). Sum of RGB (Red+Green+Blue) = 50+18+127=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #32127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32127F is #CDED80. Grayscale: #272727. Windows color (decimal): -13495681 or 8327730. OLE color: 8327730.

HSL color Cylindrical-coordinate representation of color #32127F: hue angle of 257.61º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32127F is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5018127-
CMYK0.610.8600.50
HSL257.61º75.17%28.43%-
HSV(B)257.61º85.83%49.8%-
XYZ5.362.6420.31-
YUV39.99177.1135.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 127 (50% from 255) = 65.13%
R=25.64%
G=9.23%
B=65.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50181270.610.8600.50257.6175.1728.43
Hex32127F3D560321024b1c
Octal62221777512606240211334
Binary11001010010111111111110110101100110010100000010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32127F; }

 p { color: rgb(50,18,127); }

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

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

 a { background-color: rgb(50,18,127); }

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

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

 span { border-color: rgb(50,18,127); }

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