Html Css Color HEX #580177 Indigo

📋 copy color: '#580177'

red 88 ◦ green 1 ◦ blue 119

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

Shades of Indigo #580177

Tints of Indigo #580177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 57.21%

R = 42.31%
G = 0.48%
B = 57.21%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#580177 (or 0x580177) is known color: Indigo. HEX triplet: 58, 01 and 77. RGB value is (88,1,119). Sum of RGB (Red+Green+Blue) = 88+1+119=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #580177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580177 is #A7FE88. Grayscale: #282828. Windows color (decimal): -11009673 or 7799128. OLE color: 7799128.

HSL color Cylindrical-coordinate representation of color #580177: hue angle of 284.24º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580177 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 1 119 -
CMYK 0.26 0.99 0 0.53
HSL 284.24º 0.98% 0.24% -
HSV(B) 284.24º 0.99% 0.47% -
XYZ 7.37 3.43 17.73 -
YUV 40.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 88 1 119 0.26 0.99 0 0.53 284.24 0.98 0.24
Hex 58 1 77 1A 63 0 35 11C 62 18
Octal 130 1 167 32 143 0 65 434 142 30
Binary 1011000 1 1110111 11010 1100011 0 110101 100011100 1100010 11000

Color Harmonies of #580177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580177

Black with #580177

Text Example


Text Example

White with #580177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580177; }

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

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

background-color css

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

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

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

border-color css

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

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

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