Html Css Color HEX #580377 Indigo

📋 copy color: '#580377'

red 88 ◦ green 3 ◦ blue 119

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

Shades of Indigo #580377

Tints of Indigo #580377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

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

R = 41.9%
G = 1.43%
B = 56.67%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#580377 (or 0x580377) is known color: Indigo. HEX triplet: 58, 03 and 77. RGB value is (88,3,119). Sum of RGB (Red+Green+Blue) = 88+3+119=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #580377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580377 is #A7FC88. Grayscale: #292929. Windows color (decimal): -11009161 or 7799640. OLE color: 7799640.

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

Color convert

RGB 88 3 119 -
CMYK 0.26 0.97 0 0.53
HSL 283.97º 0.95% 0.24% -
HSV(B) 283.97º 0.97% 0.47% -
XYZ 7.39 3.47 17.73 -
YUV 41.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 88 3 119 0.26 0.97 0 0.53 283.97 0.95 0.24
Hex 58 3 77 1A 61 0 35 11C 5F 18
Octal 130 3 167 32 141 0 65 434 137 30
Binary 1011000 11 1110111 11010 1100001 0 110101 100011100 1011111 11000

Color Harmonies of #580377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580377

Black with #580377

Text Example


Text Example

White with #580377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580377; }

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

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

background-color css

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

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

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

border-color css

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

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

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