#560898

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

Shades of Indigo #560898

Tints of Indigo #560898

Color information

#560898 (or 0x560898) is unknown color: approx Indigo. HEX triplet: 56, 08 and 98. RGB value is (86,8,152). Sum of RGB (Red+Green+Blue) = 86+8+152=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 8 (3.52% from 255 or 3.25% 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 #560898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560898 is #A9F767. Grayscale: #2F2F2F. Windows color (decimal): -11138920 or 9963606. OLE color: 9963606.

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

Color convert

RGB868152-
CMYK0.430.9500.40
HSL272.5º90%31.37%-
HSV(B)272.5º94.74%59.61%-
XYZ9.594.4230.05-
YUV47.74186.84155.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 8 (3.52% from 255) = 3.25%
BLUE value IS 152 (59.77% from 255) = 61.79%
R=34.96%
G=3.25%
B=61.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8681520.430.9500.40272.59031.37
Hex568982B5F0281105a1f
Octal126102305313705042013237
Binary101011010001001100010101110111110101000100010000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560898; }

 p { color: rgb(86,8,152); }

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

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

 a { background-color: rgb(86,8,152); }

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

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

 span { border-color: rgb(86,8,152); }

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