Html Css Color HEX #581182 Indigo

📋 copy color: '#581182'

red 88 ◦ green 17 ◦ blue 130

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

Shades of Indigo #581182

Tints of Indigo #581182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

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

R = 37.45%
G = 7.23%
B = 55.32%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#581182 (or 0x581182) is known color: Indigo. HEX triplet: 58, 11 and 82. RGB value is (88,17,130). Sum of RGB (Red+Green+Blue) = 88+17+130=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #581182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581182 is #A7EE7D. Grayscale: #323232. Windows color (decimal): -11005566 or 8524120. OLE color: 8524120.

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

Color convert

RGB 88 17 130 -
CMYK 0.32 0.87 0 0.49
HSL 277.7º 0.77% 0.29% -
HSV(B) 277.7º 0.87% 0.51% -
XYZ 8.25 4.09 21.47 -
YUV 51.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 88 17 130 0.32 0.87 0 0.49 277.7 0.77 0.29
Hex 58 11 82 20 57 0 31 116 4D 1D
Octal 130 21 202 40 127 0 61 426 115 35
Binary 1011000 10001 10000010 100000 1010111 0 110001 100010110 1001101 11101

Color Harmonies of #581182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581182

Black with #581182

Text Example


Text Example

White with #581182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581182; }

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

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

background-color css

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

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

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

border-color css

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

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

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