Html Css Color HEX #59148D Indigo

📋 copy color: '#59148D'

red 89 ◦ green 20 ◦ blue 141

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

Shades of Indigo #59148D

Tints of Indigo #59148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

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

R = 35.6%
G = 8%
B = 56.4%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59148D (or 0x59148D) is known color: Indigo. HEX triplet: 59, 14 and 8D. RGB value is (89,20,141). Sum of RGB (Red+Green+Blue) = 89+20+141=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #59148D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59148D is #A6EB72. Grayscale: #363636. Windows color (decimal): -10939251 or 9245785. OLE color: 9245785.

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

Color convert

RGB 89 20 141 -
CMYK 0.37 0.86 0 0.45
HSL 274.21º 0.75% 0.32% -
HSV(B) 274.21º 0.86% 0.55% -
XYZ 9.18 4.55 25.59 -
YUV 54.43 176.86 152.66 -
System Red Green Blue C M Y K H S L
Decimal 89 20 141 0.37 0.86 0 0.45 274.21 0.75 0.32
Hex 59 14 8D 25 56 0 2D 112 4B 20
Octal 131 24 215 45 126 0 55 422 113 40
Binary 1011001 10100 10001101 100101 1010110 0 101101 100010010 1001011 100000

Color Harmonies of #59148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59148D

Black with #59148D

Text Example


Text Example

White with #59148D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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