#580295

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

Shades of Indigo #580295

Tints of Indigo #580295

Color information

#580295 (or 0x580295) is unknown color: approx Indigo. HEX triplet: 58, 02 and 95. RGB value is (88,2,149). Sum of RGB (Red+Green+Blue) = 88+2+149=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #580295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580295 is #A7FD6A. Grayscale: #2B2B2B. Windows color (decimal): -11009387 or 9765464. OLE color: 9765464.

HSL color Cylindrical-coordinate representation of color #580295: hue angle of 275.1º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580295 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB882149-
CMYK0.410.9900.42
HSL275.1º97.35%29.61%-
HSV(B)275.1º98.66%58.43%-
XYZ9.474.2928.76-
YUV44.47186.99159.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 149 (58.59% from 255) = 62.34%
R=36.82%
G=0.84%
B=62.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8821490.410.9900.42275.197.3529.61
Hex58295296302A113611e
Octal13022255114305242314136
Binary1011000101001010110100111000110101010100010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580295; }

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

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

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

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

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

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

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

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