Html Css Color HEX #580982 Indigo

📋 copy color: '#580982'

red 88 ◦ green 9 ◦ blue 130

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

Shades of Indigo #580982

Tints of Indigo #580982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

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

R = 38.77%
G = 3.96%
B = 57.27%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#580982 (or 0x580982) is known color: Indigo. HEX triplet: 58, 09 and 82. RGB value is (88,9,130). Sum of RGB (Red+Green+Blue) = 88+9+130=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #580982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580982 is #A7F67D. Grayscale: #2E2E2E. Windows color (decimal): -11007614 or 8522072. OLE color: 8522072.

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

Color convert

RGB 88 9 130 -
CMYK 0.32 0.93 0 0.49
HSL 279.17º 0.87% 0.27% -
HSV(B) 279.17º 0.93% 0.51% -
XYZ 8.15 3.88 21.44 -
YUV 46.42 175.17 157.66 -
System Red Green Blue C M Y K H S L
Decimal 88 9 130 0.32 0.93 0 0.49 279.17 0.87 0.27
Hex 58 9 82 20 5D 0 31 117 57 1B
Octal 130 11 202 40 135 0 61 427 127 33
Binary 1011000 1001 10000010 100000 1011101 0 110001 100010111 1010111 11011

Color Harmonies of #580982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580982

Black with #580982

Text Example


Text Example

White with #580982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580982; }

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

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

background-color css

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

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

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

border-color css

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

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

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