Html Css Color HEX #59069F Indigo

📋 copy color: '#59069F'

red 89 ◦ green 6 ◦ blue 159

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

Shades of Indigo #59069F

Tints of Indigo #59069F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 159 (62.5% from 255) = 62.6%

R = 35.04%
G = 2.36%
B = 62.6%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59069F (or 0x59069F) is known color: Indigo. HEX triplet: 59, 06 and 9F. RGB value is (89,6,159). Sum of RGB (Red+Green+Blue) = 89+6+159=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #59069F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59069F is #A6F960. Grayscale: #2F2F2F. Windows color (decimal): -10942817 or 10421849. OLE color: 10421849.

HSL color Cylindrical-coordinate representation of color #59069F: hue angle of 272.55º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59069F is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 6 159 -
CMYK 0.44 0.96 0 0.38
HSL 272.55º 0.93% 0.32% -
HSV(B) 272.55º 0.96% 0.62% -
XYZ 10.44 4.76 33.17 -
YUV 48.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 89 6 159 0.44 0.96 0 0.38 272.55 0.93 0.32
Hex 59 6 9F 2C 60 0 26 111 5D 20
Octal 131 6 237 54 140 0 46 421 135 40
Binary 1011001 110 10011111 101100 1100000 0 100110 100010001 1011101 100000

Color Harmonies of #59069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59069F

Black with #59069F

Text Example


Text Example

White with #59069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59069F; }

 p { color: rgb(89,6,159); }

 H1.HeaderClassName
 {
   color: #59069F;
 }
 .AnyTagClassName
 {
   color: #59069F;
 }
</style>

background-color css

<style>
 a { background-color: #59069F; }

 a { background-color: rgb(89,6,159); }

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

border-color css

<style>
 span { border-color: #59069F; }

 span { border-color: rgb(89,6,159); }

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