#32096F

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

Shades of Persian Indigo #32096F

Tints of Persian Indigo #32096F

Color information

#32096F (or 0x32096F) is unknown color: approx Persian Indigo. HEX triplet: 32, 09 and 6F. RGB value is (50,9,111). Sum of RGB (Red+Green+Blue) = 50+9+111=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #32096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32096F is #CDF690. Grayscale: #202020. Windows color (decimal): -13498001 or 7276850. OLE color: 7276850.

HSL color Cylindrical-coordinate representation of color #32096F: hue angle of 264.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32096F is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB509111-
CMYK0.550.9200.56
HSL264.12º85%23.53%-
HSV(B)264.12º91.89%43.53%-
XYZ4.282.0215.2-
YUV32.89172.08140.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 111 (43.75% from 255) = 65.29%
R=29.41%
G=5.29%
B=65.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5091110.550.9200.56264.128523.53
Hex3296F375C0381085518
Octal62111576713407041012530
Binary1100101001110111111011110111000111000100001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,9,111); }

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

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

 a { background-color: rgb(50,9,111); }

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

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

 span { border-color: rgb(50,9,111); }

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