#32097C

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

Shades of Persian Indigo #32097C

Tints of Persian Indigo #32097C

Color information

#32097C (or 0x32097C) is unknown color: approx Persian Indigo. HEX triplet: 32, 09 and 7C. RGB value is (50,9,124). Sum of RGB (Red+Green+Blue) = 50+9+124=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #32097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32097C is #CDF683. Grayscale: #212121. Windows color (decimal): -13497988 or 8128818. OLE color: 8128818.

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

Color convert

RGB509124-
CMYK0.600.9300.51
HSL261.39º86.47%26.08%-
HSV(B)261.39º92.74%48.63%-
XYZ5.052.3319.25-
YUV34.37178.58139.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 124 (48.83% from 255) = 67.76%
R=27.32%
G=4.92%
B=67.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5091240.600.9300.51261.3986.4726.08
Hex3297C3C5D033105561a
Octal62111747413506340512632
Binary1100101001111110011110010111010110011100000101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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