Html Css Color HEX #581172 Indigo

📋 copy color: '#581172'

red 88 ◦ green 17 ◦ blue 114

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

Shades of Indigo #581172

Tints of Indigo #581172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 40.18%
G = 7.76%
B = 52.05%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#581172 (or 0x581172) is known color: Indigo. HEX triplet: 58, 11 and 72. RGB value is (88,17,114). Sum of RGB (Red+Green+Blue) = 88+17+114=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #581172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581172 is #A7EE8D. Grayscale: #303030. Windows color (decimal): -11005582 or 7475544. OLE color: 7475544.

HSL color Cylindrical-coordinate representation of color #581172: hue angle of 283.92º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581172 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 17 114 -
CMYK 0.23 0.85 0 0.55
HSL 283.92º 0.74% 0.26% -
HSV(B) 283.92º 0.85% 0.45% -
XYZ 7.26 3.69 16.25 -
YUV 49.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 88 17 114 0.23 0.85 0 0.55 283.92 0.74 0.26
Hex 58 11 72 17 55 0 37 11C 4A 1A
Octal 130 21 162 27 125 0 67 434 112 32
Binary 1011000 10001 1110010 10111 1010101 0 110111 100011100 1001010 11010

Color Harmonies of #581172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581172

Black with #581172

Text Example


Text Example

White with #581172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581172; }

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

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

background-color css

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

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

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

border-color css

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

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

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