Html Css Color HEX #580870 Indigo

📋 copy color: '#580870'

red 88 ◦ green 8 ◦ blue 112

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

Shades of Indigo #580870

Tints of Indigo #580870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 42.31%
G = 3.85%
B = 53.85%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#580870 (or 0x580870) is known color: Indigo. HEX triplet: 58, 08 and 70. RGB value is (88,8,112). Sum of RGB (Red+Green+Blue) = 88+8+112=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #580870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580870 is #A7F78F. Grayscale: #2B2B2B. Windows color (decimal): -11007888 or 7342168. OLE color: 7342168.

HSL color Cylindrical-coordinate representation of color #580870: hue angle of 286.15º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580870 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 8 112 -
CMYK 0.21 0.93 0 0.56
HSL 286.15º 0.87% 0.24% -
HSV(B) 286.15º 0.93% 0.44% -
XYZ 7.04 3.42 15.62 -
YUV 43.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 88 8 112 0.21 0.93 0 0.56 286.15 0.87 0.24
Hex 58 8 70 15 5D 0 38 11E 57 18
Octal 130 10 160 25 135 0 70 436 127 30
Binary 1011000 1000 1110000 10101 1011101 0 111000 100011110 1010111 11000

Color Harmonies of #580870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580870

Black with #580870

Text Example


Text Example

White with #580870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580870; }

 p { color: rgb(88,8,112); }

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

background-color css

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

 a { background-color: rgb(88,8,112); }

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

border-color css

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

 span { border-color: rgb(88,8,112); }

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