#580273

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

Shades of Indigo #580273

Tints of Indigo #580273

Color information

#580273 (or 0x580273) is unknown color: approx Indigo. HEX triplet: 58, 02 and 73. RGB value is (88,2,115). Sum of RGB (Red+Green+Blue) = 88+2+115=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #580273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580273 is #A7FD8C. Grayscale: #282828. Windows color (decimal): -11009421 or 7537240. OLE color: 7537240.

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

Color convert

RGB882115-
CMYK0.230.9800.55
HSL285.66º96.58%22.94%-
HSV(B)285.66º98.26%45.1%-
XYZ7.143.3616.49-
YUV40.6169.99161.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=42.93%
G=0.98%
B=56.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8821150.230.9800.55285.6696.5822.94
Hex58273176203711e6117
Octal13021632714206743614127
Binary10110001011100111011111000100110111100011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580273; }

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

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

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

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

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

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

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

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