Html Css Color HEX #581471 Indigo

📋 copy color: '#581471'

red 88 ◦ green 20 ◦ blue 113

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

Shades of Indigo #581471

Tints of Indigo #581471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 39.82%
G = 9.05%
B = 51.13%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581471 (or 0x581471) is known color: Indigo. HEX triplet: 58, 14 and 71. RGB value is (88,20,113). Sum of RGB (Red+Green+Blue) = 88+20+113=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #581471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581471 is #A7EB8E. Grayscale: #323232. Windows color (decimal): -11004815 or 7410776. OLE color: 7410776.

HSL color Cylindrical-coordinate representation of color #581471: hue angle of 283.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581471 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 20 113 -
CMYK 0.22 0.82 0 0.56
HSL 283.87º 0.7% 0.26% -
HSV(B) 283.87º 0.82% 0.44% -
XYZ 7.26 3.77 15.97 -
YUV 50.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 88 20 113 0.22 0.82 0 0.56 283.87 0.7 0.26
Hex 58 14 71 16 52 0 38 11C 46 1A
Octal 130 24 161 26 122 0 70 434 106 32
Binary 1011000 10100 1110001 10110 1010010 0 111000 100011100 1000110 11010

Color Harmonies of #581471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581471

Black with #581471

Text Example


Text Example

White with #581471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581471; }

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

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

background-color css

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

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

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

border-color css

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

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

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