Html Css Color HEX #581771 Indigo

📋 copy color: '#581771'

red 88 ◦ green 23 ◦ blue 113

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

Shades of Indigo #581771

Tints of Indigo #581771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 39.29%
G = 10.27%
B = 50.45%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581771 (or 0x581771) is known color: Indigo. HEX triplet: 58, 17 and 71. RGB value is (88,23,113). Sum of RGB (Red+Green+Blue) = 88+23+113=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #581771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581771 is #A7E88E. Grayscale: #343434. Windows color (decimal): -11004047 or 7411544. OLE color: 7411544.

HSL color Cylindrical-coordinate representation of color #581771: hue angle of 283.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581771 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 23 113 -
CMYK 0.22 0.80 0 0.56
HSL 283.33º 0.66% 0.27% -
HSV(B) 283.33º 0.8% 0.44% -
XYZ 7.31 3.88 15.99 -
YUV 52.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 88 23 113 0.22 0.80 0 0.56 283.33 0.66 0.27
Hex 58 17 71 16 50 0 38 11B 42 1B
Octal 130 27 161 26 120 0 70 433 102 33
Binary 1011000 10111 1110001 10110 1010000 0 111000 100011011 1000010 11011

Color Harmonies of #581771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581771

Black with #581771

Text Example


Text Example

White with #581771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581771; }

 p { color: rgb(88,23,113); }

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

background-color css

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

 a { background-color: rgb(88,23,113); }

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

border-color css

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

 span { border-color: rgb(88,23,113); }

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