Html Css Color HEX #580874 Indigo

📋 copy color: '#580874'

red 88 ◦ green 8 ◦ blue 116

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

Shades of Indigo #580874

Tints of Indigo #580874

RGB

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

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

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

R = 41.51%
G = 3.77%
B = 54.72%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580874 (or 0x580874) is known color: Indigo. HEX triplet: 58, 08 and 74. RGB value is (88,8,116). Sum of RGB (Red+Green+Blue) = 88+8+116=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #580874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580874 is #A7F78B. Grayscale: #2B2B2B. Windows color (decimal): -11007884 or 7604312. OLE color: 7604312.

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

Color convert

RGB 88 8 116 -
CMYK 0.24 0.93 0 0.55
HSL 284.44º 0.87% 0.24% -
HSV(B) 284.44º 0.93% 0.45% -
XYZ 7.26 3.51 16.82 -
YUV 44.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 88 8 116 0.24 0.93 0 0.55 284.44 0.87 0.24
Hex 58 8 74 18 5D 0 37 11C 57 18
Octal 130 10 164 30 135 0 67 434 127 30
Binary 1011000 1000 1110100 11000 1011101 0 110111 100011100 1010111 11000

Color Harmonies of #580874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580874

Black with #580874

Text Example


Text Example

White with #580874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580874; }

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

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

background-color css

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

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

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

border-color css

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

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

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