Html Css Color HEX #59008C Indigo

📋 copy color: '#59008C'

red 89 ◦ green 0 ◦ blue 140

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

Shades of Indigo #59008C

Tints of Indigo #59008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 38.86%
G = 0%
B = 61.14%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59008C (or 0x59008C) is known color: Indigo. HEX triplet: 59, 00 and 8C. RGB value is (89,0,140). Sum of RGB (Red+Green+Blue) = 89+0+140=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #59008C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59008C is #A6FF73. Grayscale: #2A2A2A. Windows color (decimal): -10944372 or 9175129. OLE color: 9175129.

HSL color Cylindrical-coordinate representation of color #59008C: hue angle of 278.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59008C is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 0 140 -
CMYK 0.36 1 0 0.45
HSL 278.14º 1% 0.27% -
HSV(B) 278.14º 1% 0.55% -
XYZ 8.85 4.02 25.12 -
YUV 42.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 89 0 140 0.36 1 0 0.45 278.14 1 0.27
Hex 59 0 8C 24 64 0 2D 116 64 1B
Octal 131 0 214 44 144 0 55 426 144 33
Binary 1011001 0 10001100 100100 1100100 0 101101 100010110 1100100 11011

Color Harmonies of #59008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59008C

Black with #59008C

Text Example


Text Example

White with #59008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59008C; }

 p { color: rgb(89,0,140); }

 H1.HeaderClassName
 {
   color: #59008C;
 }
 .AnyTagClassName
 {
   color: #59008C;
 }
</style>

background-color css

<style>
 a { background-color: #59008C; }

 a { background-color: rgb(89,0,140); }

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

border-color css

<style>
 span { border-color: #59008C; }

 span { border-color: rgb(89,0,140); }

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