#32098E

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

Shades of Persian Indigo #32098E

Tints of Persian Indigo #32098E

Color information

#32098E (or 0x32098E) is unknown color: approx Persian Indigo. HEX triplet: 32, 09 and 8E. RGB value is (50,9,142). Sum of RGB (Red+Green+Blue) = 50+9+142=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #32098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32098E is #CDF671. Grayscale: #232323. Windows color (decimal): -13497970 or 9308466. OLE color: 9308466.

HSL color Cylindrical-coordinate representation of color #32098E: hue angle of 258.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32098E is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB509142-
CMYK0.650.9400.44
HSL258.5º88.08%29.61%-
HSV(B)258.5º93.66%55.69%-
XYZ6.32.8325.8-
YUV36.42187.58137.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 142 (55.86% from 255) = 70.65%
R=24.88%
G=4.48%
B=70.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5091420.650.9400.44258.588.0829.61
Hex3298E415E02C102581e
Octal621121610113605440213036
Binary110010100110001110100000110111100101100100000010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32098E; }

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

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

<style>
 a { background-color: #32098E; }

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

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

<style>
 span { border-color: #32098E; }

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

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