#580298

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

Shades of Indigo #580298

Tints of Indigo #580298

Color information

#580298 (or 0x580298) is unknown color: approx Indigo. HEX triplet: 58, 02 and 98. RGB value is (88,2,152). Sum of RGB (Red+Green+Blue) = 88+2+152=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #580298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580298 is #A7FD67. Grayscale: #2C2C2C. Windows color (decimal): -11009384 or 9962072. OLE color: 9962072.

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

Color convert

RGB882152-
CMYK0.420.9900.40
HSL274.4º97.4%30.2%-
HSV(B)274.4º98.68%59.61%-
XYZ9.714.3930.04-
YUV44.81188.49158.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 152 (59.77% from 255) = 62.81%
R=36.36%
G=0.83%
B=62.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8821520.420.9900.40274.497.430.2
Hex582982A63028112611e
Octal13022305214305042214136
Binary1011000101001100010101011000110101000100010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580298; }

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

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

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

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

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

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

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

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