Html Css Color HEX #580176 Indigo

📋 copy color: '#580176'

red 88 ◦ green 1 ◦ blue 118

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

Shades of Indigo #580176

Tints of Indigo #580176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 42.51%
G = 0.48%
B = 57%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580176 (or 0x580176) is known color: Indigo. HEX triplet: 58, 01 and 76. RGB value is (88,1,118). Sum of RGB (Red+Green+Blue) = 88+1+118=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #580176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580176 is #A7FE89. Grayscale: #272727. Windows color (decimal): -11009674 or 7733592. OLE color: 7733592.

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

Color convert

RGB 88 1 118 -
CMYK 0.25 0.99 0 0.54
HSL 284.62º 0.98% 0.23% -
HSV(B) 284.62º 0.99% 0.46% -
XYZ 7.31 3.4 17.41 -
YUV 40.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 88 1 118 0.25 0.99 0 0.54 284.62 0.98 0.23
Hex 58 1 76 19 63 0 36 11D 62 17
Octal 130 1 166 31 143 0 66 435 142 27
Binary 1011000 1 1110110 11001 1100011 0 110110 100011101 1100010 10111

Color Harmonies of #580176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580176

Black with #580176

Text Example


Text Example

White with #580176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580176; }

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

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

background-color css

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

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

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

border-color css

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

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

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