Html Css Color HEX #32209D Persian Indigo

📋 copy color: '#32209D'

red 50 ◦ green 32 ◦ blue 157

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

Shades of Persian Indigo #32209D

Tints of Persian Indigo #32209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.39%

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

R = 20.92%
G = 13.39%
B = 65.69%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32209D (or 0x32209D) is known color: Persian Indigo. HEX triplet: 32, 20 and 9D. RGB value is (50,32,157). Sum of RGB (Red+Green+Blue) = 50+32+157=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #32209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32209D is #CDDF62. Grayscale: #333333. Windows color (decimal): -13492067 or 10297394. OLE color: 10297394.

HSL color Cylindrical-coordinate representation of color #32209D: hue angle of 248.64º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32209D is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 32 157 -
CMYK 0.68 0.80 0 0.38
HSL 248.64º 0.66% 0.37% -
HSV(B) 248.64º 0.8% 0.62% -
XYZ 7.92 4.15 32.28 -
YUV 51.63 187.46 126.84 -
System Red Green Blue C M Y K H S L
Decimal 50 32 157 0.68 0.80 0 0.38 248.64 0.66 0.37
Hex 32 20 9D 44 50 0 26 F9 42 25
Octal 62 40 235 104 120 0 46 371 102 45
Binary 110010 100000 10011101 1000100 1010000 0 100110 11111001 1000010 100101

Color Harmonies of #32209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32209D

Black with #32209D

Text Example


Text Example

White with #32209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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