Html Css Color HEX #32099D Persian Indigo

📋 copy color: '#32099D'

red 50 ◦ green 9 ◦ blue 157

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

Shades of Persian Indigo #32099D

Tints of Persian Indigo #32099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

 BLUE value IS 157 (61.72% from 255) = 72.69%

R = 23.15%
G = 4.17%
B = 72.69%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32099D (or 0x32099D) is known color: Persian Indigo. HEX triplet: 32, 09 and 9D. RGB value is (50,9,157). Sum of RGB (Red+Green+Blue) = 50+9+157=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #32099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32099D is #CDF662. Grayscale: #252525. Windows color (decimal): -13497955 or 10291506. OLE color: 10291506.

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

Color convert

RGB 50 9 157 -
CMYK 0.68 0.94 0 0.38
HSL 256.62º 0.89% 0.33% -
HSV(B) 256.62º 0.94% 0.62% -
XYZ 7.5 3.31 32.14 -
YUV 38.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 50 9 157 0.68 0.94 0 0.38 256.62 0.89 0.33
Hex 32 9 9D 44 5E 0 26 101 59 21
Octal 62 11 235 104 136 0 46 401 131 41
Binary 110010 1001 10011101 1000100 1011110 0 100110 100000001 1011001 100001

Color Harmonies of #32099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32099D

Black with #32099D

Text Example


Text Example

White with #32099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32099D; }

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

 H1.HeaderClassName
 {
   color: #32099D;
 }
 .AnyTagClassName
 {
   color: #32099D;
 }
</style>

background-color css

<style>
 a { background-color: #32099D; }

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

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

border-color css

<style>
 span { border-color: #32099D; }

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

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