#580271

Color #580271 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #580271

Tints of Indigo #580271

Color information

#580271 (or 0x580271) is unknown color: approx Indigo. HEX triplet: 58, 02 and 71. RGB value is (88,2,113). Sum of RGB (Red+Green+Blue) = 88+2+113=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #580271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580271 is #A7FD8E. Grayscale: #282828. Windows color (decimal): -11009423 or 7406168. OLE color: 7406168.

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

Color convert

RGB882113-
CMYK0.220.9800.56
HSL286.49º96.52%22.55%-
HSV(B)286.49º98.23%44.31%-
XYZ7.033.3115.89-
YUV40.37168.99161.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=43.35%
G=0.99%
B=55.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8821130.220.9800.56286.4996.5222.55
Hex58271166203811e6117
Octal13021612614207043614127
Binary10110001011100011011011000100111000100011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580271; }

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

 H1.HeaderClassName
 {
   color: #580271;
 }
 .AnyTagClassName
 {
   color: #580271;
 }
</style>
background-color css

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

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

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

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

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

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