Html Css Color HEX #580470 Indigo

📋 copy color: '#580470'

red 88 ◦ green 4 ◦ blue 112

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

Shades of Indigo #580470

Tints of Indigo #580470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 43.14%
G = 1.96%
B = 54.9%

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

#580470 (or 0x580470) is known color: Indigo. HEX triplet: 58, 04 and 70. RGB value is (88,4,112). Sum of RGB (Red+Green+Blue) = 88+4+112=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #580470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580470 is #A7FB8F. Grayscale: #292929. Windows color (decimal): -11008912 or 7341144. OLE color: 7341144.

HSL color Cylindrical-coordinate representation of color #580470: hue angle of 286.67º degrees, saturation: 0.93, 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 #580470 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 4 112 -
CMYK 0.21 0.96 0 0.56
HSL 286.67º 0.93% 0.23% -
HSV(B) 286.67º 0.96% 0.44% -
XYZ 6.99 3.33 15.6 -
YUV 41.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 88 4 112 0.21 0.96 0 0.56 286.67 0.93 0.23
Hex 58 4 70 15 60 0 38 11F 5D 17
Octal 130 4 160 25 140 0 70 437 135 27
Binary 1011000 100 1110000 10101 1100000 0 111000 100011111 1011101 10111

Color Harmonies of #580470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580470

Black with #580470

Text Example


Text Example

White with #580470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580470; }

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

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

background-color css

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

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

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

border-color css

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

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

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