Html Css Color HEX #32089E Persian Indigo

📋 copy color: '#32089E'

red 50 ◦ green 8 ◦ blue 158

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

Shades of Persian Indigo #32089E

Tints of Persian Indigo #32089E

RGB

 RED value IS 50 (19.92% from 255) = 23.15%

 GREEN value IS 8 (3.52% from 255) = 3.7%

 BLUE value IS 158 (62.11% from 255) = 73.15%

R = 23.15%
G = 3.7%
B = 73.15%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32089E (or 0x32089E) is known color: Persian Indigo. HEX triplet: 32, 08 and 9E. RGB value is (50,8,158). Sum of RGB (Red+Green+Blue) = 50+8+158=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 158 (62.11% from 255 or 73.15% from 216); Max value from RGB is 158 - color contains mainly: blue. Hex color #32089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32089E is #CDF761. Grayscale: #252525. Windows color (decimal): -13498210 or 10356786. OLE color: 10356786.

HSL color Cylindrical-coordinate representation of color #32089E: hue angle of 256.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32089E is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 8 158 -
CMYK 0.68 0.95 0 0.38
HSL 256.8º 0.9% 0.33% -
HSV(B) 256.8º 0.95% 0.62% -
XYZ 7.57 3.32 32.59 -
YUV 37.66 195.91 136.8 -
System Red Green Blue C M Y K H S L
Decimal 50 8 158 0.68 0.95 0 0.38 256.8 0.9 0.33
Hex 32 8 9E 44 5F 0 26 101 5A 21
Octal 62 10 236 104 137 0 46 401 132 41
Binary 110010 1000 10011110 1000100 1011111 0 100110 100000001 1011010 100001

Color Harmonies of #32089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32089E

Black with #32089E

Text Example


Text Example

White with #32089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,8,158); }

 H1.HeaderClassName
 {
   color: #32089E;
 }
 .AnyTagClassName
 {
   color: #32089E;
 }
</style>

background-color css

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

 a { background-color: rgb(50,8,158); }

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

border-color css

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

 span { border-color: rgb(50,8,158); }

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