Html Css Color HEX #581271 Indigo

📋 copy color: '#581271'

red 88 ◦ green 18 ◦ blue 113

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

Shades of Indigo #581271

Tints of Indigo #581271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 40.18%
G = 8.22%
B = 51.6%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#581271 (or 0x581271) is known color: Indigo. HEX triplet: 58, 12 and 71. RGB value is (88,18,113). Sum of RGB (Red+Green+Blue) = 88+18+113=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #581271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581271 is #A7ED8E. Grayscale: #313131. Windows color (decimal): -11005327 or 7410264. OLE color: 7410264.

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

Color convert

RGB 88 18 113 -
CMYK 0.22 0.84 0 0.56
HSL 284.21º 0.73% 0.26% -
HSV(B) 284.21º 0.84% 0.44% -
XYZ 7.22 3.7 15.96 -
YUV 49.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 88 18 113 0.22 0.84 0 0.56 284.21 0.73 0.26
Hex 58 12 71 16 54 0 38 11C 49 1A
Octal 130 22 161 26 124 0 70 434 111 32
Binary 1011000 10010 1110001 10110 1010100 0 111000 100011100 1001001 11010

Color Harmonies of #581271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581271

Black with #581271

Text Example


Text Example

White with #581271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581271; }

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

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

background-color css

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

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

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

border-color css

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

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

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