Html Css Color HEX #32196C Persian Indigo

📋 copy color: '#32196C'

red 50 ◦ green 25 ◦ blue 108

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

Shades of Persian Indigo #32196C

Tints of Persian Indigo #32196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.02%

R = 27.32%
G = 13.66%
B = 59.02%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#32196C (or 0x32196C) is known color: Persian Indigo. HEX triplet: 32, 19 and 6C. RGB value is (50,25,108). Sum of RGB (Red+Green+Blue) = 50+25+108=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #32196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32196C is #CDE693. Grayscale: #292929. Windows color (decimal): -13493908 or 7084338. OLE color: 7084338.

HSL color Cylindrical-coordinate representation of color #32196C: hue angle of 258.07º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32196C is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 25 108 -
CMYK 0.54 0.77 0 0.58
HSL 258.07º 0.62% 0.26% -
HSV(B) 258.07º 0.77% 0.42% -
XYZ 4.37 2.46 14.43 -
YUV 41.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 50 25 108 0.54 0.77 0 0.58 258.07 0.62 0.26
Hex 32 19 6C 36 4D 0 3A 102 3E 1A
Octal 62 31 154 66 115 0 72 402 76 32
Binary 110010 11001 1101100 110110 1001101 0 111010 100000010 111110 11010

Color Harmonies of #32196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32196C

Black with #32196C

Text Example


Text Example

White with #32196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32196C; }

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

 H1.HeaderClassName
 {
   color: #32196C;
 }
 .AnyTagClassName
 {
   color: #32196C;
 }
</style>

background-color css

<style>
 a { background-color: #32196C; }

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

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

border-color css

<style>
 span { border-color: #32196C; }

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

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