Html Css Color HEX #59088D Indigo

📋 copy color: '#59088D'

red 89 ◦ green 8 ◦ blue 141

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

Shades of Indigo #59088D

Tints of Indigo #59088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 37.39%
G = 3.36%
B = 59.24%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59088D (or 0x59088D) is known color: Indigo. HEX triplet: 59, 08 and 8D. RGB value is (89,8,141). Sum of RGB (Red+Green+Blue) = 89+8+141=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #59088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59088D is #A6F772. Grayscale: #2E2E2E. Windows color (decimal): -10942323 or 9242713. OLE color: 9242713.

HSL color Cylindrical-coordinate representation of color #59088D: hue angle of 276.54º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59088D is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 8 141 -
CMYK 0.37 0.94 0 0.45
HSL 276.54º 0.89% 0.29% -
HSV(B) 276.54º 0.94% 0.55% -
XYZ 9.01 4.22 25.54 -
YUV 47.38 180.84 157.69 -
System Red Green Blue C M Y K H S L
Decimal 89 8 141 0.37 0.94 0 0.45 276.54 0.89 0.29
Hex 59 8 8D 25 5E 0 2D 115 59 1D
Octal 131 10 215 45 136 0 55 425 131 35
Binary 1011001 1000 10001101 100101 1011110 0 101101 100010101 1011001 11101

Color Harmonies of #59088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59088D

Black with #59088D

Text Example


Text Example

White with #59088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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