Html Css Color HEX #32098E Persian Indigo

📋 copy color: '#32098E'

red 50 ◦ green 9 ◦ blue 142

#32098E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #32098E

Tints of Persian Indigo #32098E

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 value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32098E (or 0x32098E) is known color: 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

RGB 50 9 142 -
CMYK 0.65 0.94 0 0.44
HSL 258.5º 0.88% 0.3% -
HSV(B) 258.5º 0.94% 0.56% -
XYZ 6.3 2.83 25.8 -
YUV 36.42 187.58 137.69 -
System Red Green Blue C M Y K H S L
Decimal 50 9 142 0.65 0.94 0 0.44 258.5 0.88 0.3
Hex 32 9 8E 41 5E 0 2C 102 58 1E
Octal 62 11 216 101 136 0 54 402 130 36
Binary 110010 1001 10001110 1000001 1011110 0 101100 100000010 1011000 11110

Color Harmonies of #32098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32098E

Black with #32098E

Text Example


Text Example

White with #32098E

Text Example


Text Example

HTML Codes & Css Web 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>