Html Css Color HEX #581071 Indigo

📋 copy color: '#581071'

red 88 ◦ green 16 ◦ blue 113

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

Shades of Indigo #581071

Tints of Indigo #581071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 40.55%
G = 7.37%
B = 52.07%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581071 (or 0x581071) is known color: Indigo. HEX triplet: 58, 10 and 71. RGB value is (88,16,113). Sum of RGB (Red+Green+Blue) = 88+16+113=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #581071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581071 is #A7EF8E. Grayscale: #303030. Windows color (decimal): -11005839 or 7409752. OLE color: 7409752.

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

Color convert

RGB 88 16 113 -
CMYK 0.22 0.86 0 0.56
HSL 284.54º 0.75% 0.25% -
HSV(B) 284.54º 0.86% 0.44% -
XYZ 7.19 3.64 15.95 -
YUV 48.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 88 16 113 0.22 0.86 0 0.56 284.54 0.75 0.25
Hex 58 10 71 16 56 0 38 11D 4B 19
Octal 130 20 161 26 126 0 70 435 113 31
Binary 1011000 10000 1110001 10110 1010110 0 111000 100011101 1001011 11001

Color Harmonies of #581071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581071

Black with #581071

Text Example


Text Example

White with #581071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581071; }

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

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

background-color css

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

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

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

border-color css

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

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

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