Html Css Color HEX #580570 Indigo

📋 copy color: '#580570'

red 88 ◦ green 5 ◦ blue 112

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

Shades of Indigo #580570

Tints of Indigo #580570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

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

R = 42.93%
G = 2.44%
B = 54.63%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#580570 (or 0x580570) is known color: Indigo. HEX triplet: 58, 05 and 70. RGB value is (88,5,112). Sum of RGB (Red+Green+Blue) = 88+5+112=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #580570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580570 is #A7FA8F. Grayscale: #292929. Windows color (decimal): -11008656 or 7341400. OLE color: 7341400.

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

Color convert

RGB 88 5 112 -
CMYK 0.21 0.96 0 0.56
HSL 286.54º 0.91% 0.23% -
HSV(B) 286.54º 0.96% 0.44% -
XYZ 7 3.35 15.61 -
YUV 42.02 167.5 160.8 -
System Red Green Blue C M Y K H S L
Decimal 88 5 112 0.21 0.96 0 0.56 286.54 0.91 0.23
Hex 58 5 70 15 60 0 38 11F 5B 17
Octal 130 5 160 25 140 0 70 437 133 27
Binary 1011000 101 1110000 10101 1100000 0 111000 100011111 1011011 10111

Color Harmonies of #580570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580570

Black with #580570

Text Example


Text Example

White with #580570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580570; }

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

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

background-color css

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

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

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

border-color css

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

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

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