Html Css Color HEX #59158B Indigo

📋 copy color: '#59158B'

red 89 ◦ green 21 ◦ blue 139

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

Shades of Indigo #59158B

Tints of Indigo #59158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

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

R = 35.74%
G = 8.43%
B = 55.82%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59158B (or 0x59158B) is known color: Indigo. HEX triplet: 59, 15 and 8B. RGB value is (89,21,139). Sum of RGB (Red+Green+Blue) = 89+21+139=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #59158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59158B is #A6EA74. Grayscale: #363636. Windows color (decimal): -10938997 or 9114969. OLE color: 9114969.

HSL color Cylindrical-coordinate representation of color #59158B: hue angle of 274.58º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59158B is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 21 139 -
CMYK 0.36 0.85 0 0.45
HSL 274.58º 0.74% 0.31% -
HSV(B) 274.58º 0.85% 0.55% -
XYZ 9.05 4.52 24.82 -
YUV 54.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 89 21 139 0.36 0.85 0 0.45 274.58 0.74 0.31
Hex 59 15 8B 24 55 0 2D 113 4A 1F
Octal 131 25 213 44 125 0 55 423 112 37
Binary 1011001 10101 10001011 100100 1010101 0 101101 100010011 1001010 11111

Color Harmonies of #59158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59158B

Black with #59158B

Text Example


Text Example

White with #59158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,21,139); }

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

background-color css

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

 a { background-color: rgb(89,21,139); }

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

border-color css

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

 span { border-color: rgb(89,21,139); }

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