Html Css Color HEX #580B79 Indigo

📋 copy color: '#580B79'

red 88 ◦ green 11 ◦ blue 121

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

Shades of Indigo #580B79

Tints of Indigo #580B79

RGB

 RED value IS 88 (34.77% from 255) = 40%

 GREEN value IS 11 (4.69% from 255) = 5%

 BLUE value IS 121 (47.66% from 255) = 55%

R = 40%
G = 5%
B = 55%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#580B79 (or 0x580B79) is known color: Indigo. HEX triplet: 58, 0B and 79. RGB value is (88,11,121). Sum of RGB (Red+Green+Blue) = 88+11+121=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #580B79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B79 is #A7F486. Grayscale: #2E2E2E. Windows color (decimal): -11007111 or 7932760. OLE color: 7932760.

HSL color Cylindrical-coordinate representation of color #580B79: hue angle of 282º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580B79 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 11 121 -
CMYK 0.27 0.91 0 0.53
HSL 282º 0.83% 0.26% -
HSV(B) 282º 0.91% 0.47% -
XYZ 7.6 3.69 18.4 -
YUV 46.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 88 11 121 0.27 0.91 0 0.53 282 0.83 0.26
Hex 58 B 79 1B 5B 0 35 11A 53 1A
Octal 130 13 171 33 133 0 65 432 123 32
Binary 1011000 1011 1111001 11011 1011011 0 110101 100011010 1010011 11010

Color Harmonies of #580B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B79

Black with #580B79

Text Example


Text Example

White with #580B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580B79; }

 p { color: rgb(88,11,121); }

 H1.HeaderClassName
 {
   color: #580B79;
 }
 .AnyTagClassName
 {
   color: #580B79;
 }
</style>

background-color css

<style>
 a { background-color: #580B79; }

 a { background-color: rgb(88,11,121); }

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

border-color css

<style>
 span { border-color: #580B79; }

 span { border-color: rgb(88,11,121); }

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