Html Css Color HEX #581170 Indigo

📋 copy color: '#581170'

red 88 ◦ green 17 ◦ blue 112

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

Shades of Indigo #581170

Tints of Indigo #581170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.61%

R = 40.55%
G = 7.83%
B = 51.61%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581170 (or 0x581170) is known color: Indigo. HEX triplet: 58, 11 and 70. RGB value is (88,17,112). Sum of RGB (Red+Green+Blue) = 88+17+112=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #581170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581170 is #A7EE8F. Grayscale: #303030. Windows color (decimal): -11005584 or 7344472. OLE color: 7344472.

HSL color Cylindrical-coordinate representation of color #581170: hue angle of 284.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581170 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 17 112 -
CMYK 0.21 0.85 0 0.56
HSL 284.84º 0.74% 0.25% -
HSV(B) 284.84º 0.85% 0.44% -
XYZ 7.15 3.65 15.66 -
YUV 49.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 88 17 112 0.21 0.85 0 0.56 284.84 0.74 0.25
Hex 58 11 70 15 55 0 38 11D 4A 19
Octal 130 21 160 25 125 0 70 435 112 31
Binary 1011000 10001 1110000 10101 1010101 0 111000 100011101 1001010 11001

Color Harmonies of #581170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581170

Black with #581170

Text Example


Text Example

White with #581170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581170; }

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

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

background-color css

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

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

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

border-color css

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

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

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