Html Css Color HEX #59079A Indigo

📋 copy color: '#59079A'

red 89 ◦ green 7 ◦ blue 154

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

Shades of Indigo #59079A

Tints of Indigo #59079A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 35.6%
G = 2.8%
B = 61.6%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#59079A (or 0x59079A) is known color: Indigo. HEX triplet: 59, 07 and 9A. RGB value is (89,7,154). Sum of RGB (Red+Green+Blue) = 89+7+154=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #59079A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59079A is #A6F865. Grayscale: #2F2F2F. Windows color (decimal): -10942566 or 10094425. OLE color: 10094425.

HSL color Cylindrical-coordinate representation of color #59079A: hue angle of 273.47º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #59079A is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 7 154 -
CMYK 0.42 0.95 0 0.40
HSL 273.47º 0.91% 0.32% -
HSV(B) 273.47º 0.95% 0.6% -
XYZ 10.03 4.61 30.93 -
YUV 48.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 89 7 154 0.42 0.95 0 0.40 273.47 0.91 0.32
Hex 59 7 9A 2A 5F 0 28 111 5B 20
Octal 131 7 232 52 137 0 50 421 133 40
Binary 1011001 111 10011010 101010 1011111 0 101000 100010001 1011011 100000

Color Harmonies of #59079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59079A

Black with #59079A

Text Example


Text Example

White with #59079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59079A; }

 p { color: rgb(89,7,154); }

 H1.HeaderClassName
 {
   color: #59079A;
 }
 .AnyTagClassName
 {
   color: #59079A;
 }
</style>

background-color css

<style>
 a { background-color: #59079A; }

 a { background-color: rgb(89,7,154); }

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

border-color css

<style>
 span { border-color: #59079A; }

 span { border-color: rgb(89,7,154); }

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