Html Css Color HEX #581582 Indigo

📋 copy color: '#581582'

red 88 ◦ green 21 ◦ blue 130

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

Shades of Indigo #581582

Tints of Indigo #581582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

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

R = 36.82%
G = 8.79%
B = 54.39%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#581582 (or 0x581582) is known color: Indigo. HEX triplet: 58, 15 and 82. RGB value is (88,21,130). Sum of RGB (Red+Green+Blue) = 88+21+130=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #581582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581582 is #A7EA7D. Grayscale: #353535. Windows color (decimal): -11004542 or 8525144. OLE color: 8525144.

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

Color convert

RGB 88 21 130 -
CMYK 0.32 0.84 0 0.49
HSL 276.88º 0.72% 0.3% -
HSV(B) 276.88º 0.84% 0.51% -
XYZ 8.32 4.22 21.5 -
YUV 53.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 88 21 130 0.32 0.84 0 0.49 276.88 0.72 0.3
Hex 58 15 82 20 54 0 31 115 48 1E
Octal 130 25 202 40 124 0 61 425 110 36
Binary 1011000 10101 10000010 100000 1010100 0 110001 100010101 1001000 11110

Color Harmonies of #581582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581582

Black with #581582

Text Example


Text Example

White with #581582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581582; }

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

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

background-color css

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

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

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

border-color css

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

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

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