#580263

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

Shades of Indigo #580263

Tints of Indigo #580263

Color information

#580263 (or 0x580263) is unknown color: approx Indigo. HEX triplet: 58, 02 and 63. RGB value is (88,2,99). Sum of RGB (Red+Green+Blue) = 88+2+99=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #580263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580263 is #A7FD9C. Grayscale: #262626. Windows color (decimal): -11009437 or 6488664. OLE color: 6488664.

HSL color Cylindrical-coordinate representation of color #580263: hue angle of 293.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580263 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB88299-
CMYK0.110.9800.61
HSL293.2º96.04%19.8%-
HSV(B)293.2º97.98%38.82%-
XYZ6.33.0212.06-
YUV38.77161.99163.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.56%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=46.56%
G=1.06%
B=52.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal882990.110.9800.61293.296.0419.8
Hex58263B6203D1256014
Octal13021431314207544514024
Binary1011000101100011101111000100111101100100101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580263; }

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

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

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

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

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

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

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

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