Html Css Color HEX #32198D Persian Indigo

📋 copy color: '#32198D'

red 50 ◦ green 25 ◦ blue 141

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

Shades of Persian Indigo #32198D

Tints of Persian Indigo #32198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 65.28%

R = 23.15%
G = 11.57%
B = 65.28%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32198D (or 0x32198D) is known color: Persian Indigo. HEX triplet: 32, 19 and 8D. RGB value is (50,25,141). Sum of RGB (Red+Green+Blue) = 50+25+141=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #32198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32198D is #CDE672. Grayscale: #2D2D2D. Windows color (decimal): -13493875 or 9247026. OLE color: 9247026.

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

Color convert

RGB 50 25 141 -
CMYK 0.65 0.82 0 0.45
HSL 252.93º 0.7% 0.33% -
HSV(B) 252.93º 0.82% 0.55% -
XYZ 6.47 3.3 25.49 -
YUV 45.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 50 25 141 0.65 0.82 0 0.45 252.93 0.7 0.33
Hex 32 19 8D 41 52 0 2D FD 46 21
Octal 62 31 215 101 122 0 55 375 106 41
Binary 110010 11001 10001101 1000001 1010010 0 101101 11111101 1000110 100001

Color Harmonies of #32198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32198D

Black with #32198D

Text Example


Text Example

White with #32198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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