Html Css Color HEX #32199A Persian Indigo

📋 copy color: '#32199A'

red 50 ◦ green 25 ◦ blue 154

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

Shades of Persian Indigo #32199A

Tints of Persian Indigo #32199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 67.25%

R = 21.83%
G = 10.92%
B = 67.25%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#32199A (or 0x32199A) is known color: Persian Indigo. HEX triplet: 32, 19 and 9A. RGB value is (50,25,154). Sum of RGB (Red+Green+Blue) = 50+25+154=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #32199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32199A is #CDE665. Grayscale: #2E2E2E. Windows color (decimal): -13493862 or 10098994. OLE color: 10098994.

HSL color Cylindrical-coordinate representation of color #32199A: hue angle of 251.63º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32199A is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 25 154 -
CMYK 0.68 0.84 0 0.40
HSL 251.63º 0.72% 0.35% -
HSV(B) 251.63º 0.84% 0.6% -
XYZ 7.5 3.71 30.89 -
YUV 47.18 188.28 130.01 -
System Red Green Blue C M Y K H S L
Decimal 50 25 154 0.68 0.84 0 0.40 251.63 0.72 0.35
Hex 32 19 9A 44 54 0 28 FC 48 23
Octal 62 31 232 104 124 0 50 374 110 43
Binary 110010 11001 10011010 1000100 1010100 0 101000 11111100 1001000 100011

Color Harmonies of #32199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32199A

Black with #32199A

Text Example


Text Example

White with #32199A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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