Html Css Color HEX #580474 Indigo

📋 copy color: '#580474'

red 88 ◦ green 4 ◦ blue 116

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

Shades of Indigo #580474

Tints of Indigo #580474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 42.31%
G = 1.92%
B = 55.77%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580474 (or 0x580474) is known color: Indigo. HEX triplet: 58, 04 and 74. RGB value is (88,4,116). Sum of RGB (Red+Green+Blue) = 88+4+116=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #580474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580474 is #A7FB8B. Grayscale: #292929. Windows color (decimal): -11008908 or 7603288. OLE color: 7603288.

HSL color Cylindrical-coordinate representation of color #580474: hue angle of 285º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580474 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 4 116 -
CMYK 0.24 0.97 0 0.55
HSL 285º 0.93% 0.24% -
HSV(B) 285º 0.97% 0.45% -
XYZ 7.22 3.42 16.8 -
YUV 41.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 88 4 116 0.24 0.97 0 0.55 285 0.93 0.24
Hex 58 4 74 18 61 0 37 11D 5D 18
Octal 130 4 164 30 141 0 67 435 135 30
Binary 1011000 100 1110100 11000 1100001 0 110111 100011101 1011101 11000

Color Harmonies of #580474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580474

Black with #580474

Text Example


Text Example

White with #580474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580474; }

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

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

background-color css

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

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

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

border-color css

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

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

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