#32027F

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

Shades of Persian Indigo #32027F

Tints of Persian Indigo #32027F

Color information

#32027F (or 0x32027F) is unknown color: approx Persian Indigo. HEX triplet: 32, 02 and 7F. RGB value is (50,2,127). Sum of RGB (Red+Green+Blue) = 50+2+127=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 127 (50% from 255 or 70.95% from 179); Max value from RGB is 127 - color contains mainly: blue. Hex color #32027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32027F is #CDFD80. Grayscale: #1E1E1E. Windows color (decimal): -13499777 or 8323634. OLE color: 8323634.

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

Color convert

RGB502127-
CMYK0.610.9800.50
HSL263.04º96.9%25.29%-
HSV(B)263.04º98.43%49.8%-
XYZ5.172.2520.24-
YUV30.6182.4141.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 127 (50% from 255) = 70.95%
R=27.93%
G=1.12%
B=70.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5021270.610.9800.50263.0496.925.29
Hex3227F3D620321076119
Octal6221777514206240714131
Binary11001010111111111110111000100110010100000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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