Html Css Color HEX #580076 Indigo

📋 copy color: '#580076'

red 88 ◦ green 0 ◦ blue 118

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

Shades of Indigo #580076

Tints of Indigo #580076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.28%

R = 42.72%
G = 0%
B = 57.28%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580076 (or 0x580076) is known color: Indigo. HEX triplet: 58, 00 and 76. RGB value is (88,0,118). Sum of RGB (Red+Green+Blue) = 88+0+118=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #580076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580076 is #A7FF89. Grayscale: #272727. Windows color (decimal): -11009930 or 7733336. OLE color: 7733336.

HSL color Cylindrical-coordinate representation of color #580076: hue angle of 284.75º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580076 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 0 118 -
CMYK 0.25 1 0 0.54
HSL 284.75º 1% 0.23% -
HSV(B) 284.75º 1% 0.46% -
XYZ 7.29 3.38 17.41 -
YUV 39.76 172.15 162.41 -
System Red Green Blue C M Y K H S L
Decimal 88 0 118 0.25 1 0 0.54 284.75 1 0.23
Hex 58 0 76 19 64 0 36 11D 64 17
Octal 130 0 166 31 144 0 66 435 144 27
Binary 1011000 0 1110110 11001 1100100 0 110110 100011101 1100100 10111

Color Harmonies of #580076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580076

Black with #580076

Text Example


Text Example

White with #580076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580076; }

 p { color: rgb(88,0,118); }

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

background-color css

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

 a { background-color: rgb(88,0,118); }

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

border-color css

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

 span { border-color: rgb(88,0,118); }

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