Html Css Color HEX #59198D Indigo

📋 copy color: '#59198D'

red 89 ◦ green 25 ◦ blue 141

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

Shades of Indigo #59198D

Tints of Indigo #59198D

RGB

 RED value IS 89 (35.16% from 255) = 34.9%

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

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

R = 34.9%
G = 9.8%
B = 55.29%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59198D (or 0x59198D) is known color: Indigo. HEX triplet: 59, 19 and 8D. RGB value is (89,25,141). Sum of RGB (Red+Green+Blue) = 89+25+141=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #59198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59198D is #A6E672. Grayscale: #383838. Windows color (decimal): -10937971 or 9247065. OLE color: 9247065.

HSL color Cylindrical-coordinate representation of color #59198D: hue angle of 273.1º 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 #59198D is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 25 141 -
CMYK 0.37 0.82 0 0.45
HSL 273.1º 0.7% 0.33% -
HSV(B) 273.1º 0.82% 0.55% -
XYZ 9.28 4.74 25.63 -
YUV 57.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 89 25 141 0.37 0.82 0 0.45 273.1 0.7 0.33
Hex 59 19 8D 25 52 0 2D 111 46 21
Octal 131 31 215 45 122 0 55 421 106 41
Binary 1011001 11001 10001101 100101 1010010 0 101101 100010001 1000110 100001

Color Harmonies of #59198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59198D

Black with #59198D

Text Example


Text Example

White with #59198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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