Html Css Color HEX #580582 Indigo

📋 copy color: '#580582'

red 88 ◦ green 5 ◦ blue 130

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

Shades of Indigo #580582

Tints of Indigo #580582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 58.3%

R = 39.46%
G = 2.24%
B = 58.3%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#580582 (or 0x580582) is known color: Indigo. HEX triplet: 58, 05 and 82. RGB value is (88,5,130). Sum of RGB (Red+Green+Blue) = 88+5+130=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #580582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580582 is #A7FA7D. Grayscale: #2B2B2B. Windows color (decimal): -11008638 or 8521048. OLE color: 8521048.

HSL color Cylindrical-coordinate representation of color #580582: hue angle of 279.84º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580582 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 5 130 -
CMYK 0.32 0.96 0 0.49
HSL 279.84º 0.93% 0.26% -
HSV(B) 279.84º 0.96% 0.51% -
XYZ 8.11 3.79 21.42 -
YUV 44.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 88 5 130 0.32 0.96 0 0.49 279.84 0.93 0.26
Hex 58 5 82 20 60 0 31 118 5D 1A
Octal 130 5 202 40 140 0 61 430 135 32
Binary 1011000 101 10000010 100000 1100000 0 110001 100011000 1011101 11010

Color Harmonies of #580582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580582

Black with #580582

Text Example


Text Example

White with #580582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580582; }

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

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

background-color css

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

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

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

border-color css

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

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

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