Html Css Color HEX #32197A Persian Indigo

📋 copy color: '#32197A'

red 50 ◦ green 25 ◦ blue 122

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

Shades of Persian Indigo #32197A

Tints of Persian Indigo #32197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 61.93%

R = 25.38%
G = 12.69%
B = 61.93%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#32197A (or 0x32197A) is known color: Persian Indigo. HEX triplet: 32, 19 and 7A. RGB value is (50,25,122). Sum of RGB (Red+Green+Blue) = 50+25+122=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #32197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32197A is #CDE685. Grayscale: #2B2B2B. Windows color (decimal): -13493894 or 8001842. OLE color: 8001842.

HSL color Cylindrical-coordinate representation of color #32197A: hue angle of 255.46º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32197A is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 25 122 -
CMYK 0.59 0.80 0 0.52
HSL 255.46º 0.66% 0.29% -
HSV(B) 255.46º 0.8% 0.48% -
XYZ 5.18 2.78 18.68 -
YUV 43.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 50 25 122 0.59 0.80 0 0.52 255.46 0.66 0.29
Hex 32 19 7A 3B 50 0 34 FF 42 1D
Octal 62 31 172 73 120 0 64 377 102 35
Binary 110010 11001 1111010 111011 1010000 0 110100 11111111 1000010 11101

Color Harmonies of #32197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32197A

Black with #32197A

Text Example


Text Example

White with #32197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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