Html Css Color HEX #32198A Persian Indigo

📋 copy color: '#32198A'

red 50 ◦ green 25 ◦ blue 138

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

Shades of Persian Indigo #32198A

Tints of Persian Indigo #32198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.79%

R = 23.47%
G = 11.74%
B = 64.79%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32198A (or 0x32198A) is known color: Persian Indigo. HEX triplet: 32, 19 and 8A. RGB value is (50,25,138). Sum of RGB (Red+Green+Blue) = 50+25+138=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #32198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32198A is #CDE675. Grayscale: #2C2C2C. Windows color (decimal): -13493878 or 9050418. OLE color: 9050418.

HSL color Cylindrical-coordinate representation of color #32198A: hue angle of 253.27º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32198A is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 25 138 -
CMYK 0.64 0.82 0 0.46
HSL 253.27º 0.69% 0.32% -
HSV(B) 253.27º 0.82% 0.54% -
XYZ 6.25 3.21 24.33 -
YUV 45.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 50 25 138 0.64 0.82 0 0.46 253.27 0.69 0.32
Hex 32 19 8A 40 52 0 2E FD 45 20
Octal 62 31 212 100 122 0 56 375 105 40
Binary 110010 11001 10001010 1000000 1010010 0 101110 11111101 1000101 100000

Color Harmonies of #32198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32198A

Black with #32198A

Text Example


Text Example

White with #32198A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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