Html Css Color HEX #32199D Persian Indigo

📋 copy color: '#32199D'

red 50 ◦ green 25 ◦ blue 157

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

Shades of Persian Indigo #32199D

Tints of Persian Indigo #32199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

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

R = 21.55%
G = 10.78%
B = 67.67%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32199D (or 0x32199D) is known color: Persian Indigo. HEX triplet: 32, 19 and 9D. RGB value is (50,25,157). Sum of RGB (Red+Green+Blue) = 50+25+157=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #32199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32199D is #CDE662. Grayscale: #2F2F2F. Windows color (decimal): -13493859 or 10295602. OLE color: 10295602.

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

Color convert

RGB 50 25 157 -
CMYK 0.68 0.84 0 0.38
HSL 251.36º 0.73% 0.36% -
HSV(B) 251.36º 0.84% 0.62% -
XYZ 7.75 3.81 32.22 -
YUV 47.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 50 25 157 0.68 0.84 0 0.38 251.36 0.73 0.36
Hex 32 19 9D 44 54 0 26 FB 49 24
Octal 62 31 235 104 124 0 46 373 111 44
Binary 110010 11001 10011101 1000100 1010100 0 100110 11111011 1001001 100100

Color Harmonies of #32199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32199D

Black with #32199D

Text Example


Text Example

White with #32199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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