Html Css Color HEX #580584 Indigo

📋 copy color: '#580584'

red 88 ◦ green 5 ◦ blue 132

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

Shades of Indigo #580584

Tints of Indigo #580584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 58.67%

R = 39.11%
G = 2.22%
B = 58.67%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#580584 (or 0x580584) is known color: Indigo. HEX triplet: 58, 05 and 84. RGB value is (88,5,132). Sum of RGB (Red+Green+Blue) = 88+5+132=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #580584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580584 is #A7FA7B. Grayscale: #2B2B2B. Windows color (decimal): -11008636 or 8652120. OLE color: 8652120.

HSL color Cylindrical-coordinate representation of color #580584: hue angle of 279.21º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580584 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 5 132 -
CMYK 0.33 0.96 0 0.48
HSL 279.21º 0.93% 0.27% -
HSV(B) 279.21º 0.96% 0.52% -
XYZ 8.24 3.85 22.14 -
YUV 44.3 177.5 159.17 -
System Red Green Blue C M Y K H S L
Decimal 88 5 132 0.33 0.96 0 0.48 279.21 0.93 0.27
Hex 58 5 84 21 60 0 30 117 5D 1B
Octal 130 5 204 41 140 0 60 427 135 33
Binary 1011000 101 10000100 100001 1100000 0 110000 100010111 1011101 11011

Color Harmonies of #580584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580584

Black with #580584

Text Example


Text Example

White with #580584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580584; }

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

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

background-color css

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

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

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

border-color css

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

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

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