Html Css Color HEX #32198B Persian Indigo

📋 copy color: '#32198B'

red 50 ◦ green 25 ◦ blue 139

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

Shades of Persian Indigo #32198B

Tints of Persian Indigo #32198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.95%

R = 23.36%
G = 11.68%
B = 64.95%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32198B (or 0x32198B) is known color: Persian Indigo. HEX triplet: 32, 19 and 8B. RGB value is (50,25,139). Sum of RGB (Red+Green+Blue) = 50+25+139=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #32198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32198B is #CDE674. Grayscale: #2D2D2D. Windows color (decimal): -13493877 or 9115954. OLE color: 9115954.

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

Color convert

RGB 50 25 139 -
CMYK 0.64 0.82 0 0.45
HSL 253.16º 0.7% 0.32% -
HSV(B) 253.16º 0.82% 0.55% -
XYZ 6.32 3.24 24.72 -
YUV 45.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 50 25 139 0.64 0.82 0 0.45 253.16 0.7 0.32
Hex 32 19 8B 40 52 0 2D FD 46 20
Octal 62 31 213 100 122 0 55 375 106 40
Binary 110010 11001 10001011 1000000 1010010 0 101101 11111101 1000110 100000

Color Harmonies of #32198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32198B

Black with #32198B

Text Example


Text Example

White with #32198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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