Html Css Color HEX #580676 Indigo

📋 copy color: '#580676'

red 88 ◦ green 6 ◦ blue 118

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

Shades of Indigo #580676

Tints of Indigo #580676

RGB

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

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

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

R = 41.51%
G = 2.83%
B = 55.66%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580676 (or 0x580676) is known color: Indigo. HEX triplet: 58, 06 and 76. RGB value is (88,6,118). Sum of RGB (Red+Green+Blue) = 88+6+118=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #580676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580676 is #A7F989. Grayscale: #2A2A2A. Windows color (decimal): -11008394 or 7734872. OLE color: 7734872.

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

Color convert

RGB 88 6 118 -
CMYK 0.25 0.95 0 0.54
HSL 283.93º 0.9% 0.24% -
HSV(B) 283.93º 0.95% 0.46% -
XYZ 7.36 3.51 17.43 -
YUV 43.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 88 6 118 0.25 0.95 0 0.54 283.93 0.9 0.24
Hex 58 6 76 19 5F 0 36 11C 5A 18
Octal 130 6 166 31 137 0 66 434 132 30
Binary 1011000 110 1110110 11001 1011111 0 110110 100011100 1011010 11000

Color Harmonies of #580676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580676

Black with #580676

Text Example


Text Example

White with #580676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580676; }

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

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

background-color css

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

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

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

border-color css

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

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

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