#580698

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

Shades of Indigo #580698

Tints of Indigo #580698

Color information

#580698 (or 0x580698) is unknown color: approx Indigo. HEX triplet: 58, 06 and 98. RGB value is (88,6,152). Sum of RGB (Red+Green+Blue) = 88+6+152=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #580698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580698 is #A7F967. Grayscale: #2E2E2E. Windows color (decimal): -11008360 or 9963096. OLE color: 9963096.

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

Color convert

RGB886152-
CMYK0.420.9600.40
HSL273.7º92.41%30.98%-
HSV(B)273.7º96.05%59.61%-
XYZ9.764.4730.05-
YUV47.16187.17157.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 6 (2.73% from 255) = 2.44%
BLUE value IS 152 (59.77% from 255) = 61.79%
R=35.77%
G=2.44%
B=61.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8861520.420.9600.40273.792.4130.98
Hex586982A600281125c1f
Octal13062305214005042213437
Binary10110001101001100010101011000000101000100010010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580698; }

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

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

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

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

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

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

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

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