#580269

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

Shades of Indigo #580269

Tints of Indigo #580269

Color information

#580269 (or 0x580269) is unknown color: approx Indigo. HEX triplet: 58, 02 and 69. RGB value is (88,2,105). Sum of RGB (Red+Green+Blue) = 88+2+105=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #580269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580269 is #A7FD96. Grayscale: #272727. Windows color (decimal): -11009431 or 6881880. OLE color: 6881880.

HSL color Cylindrical-coordinate representation of color #580269: hue angle of 290.1º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580269 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB882105-
CMYK0.160.9800.59
HSL290.1º96.26%20.98%-
HSV(B)290.1º98.1%41.18%-
XYZ6.63.1413.62-
YUV39.46164.99162.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=45.13%
G=1.03%
B=53.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8821050.160.9800.59290.196.2620.98
Hex58269106203B1226015
Octal13021512014207344214025
Binary10110001011010011000011000100111011100100010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580269; }

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

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

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

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

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

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

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

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