#56198F

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

Shades of Indigo #56198F

Tints of Indigo #56198F

Color information

#56198F (or 0x56198F) is unknown color: approx Indigo. HEX triplet: 56, 19 and 8F. RGB value is (86,25,143). Sum of RGB (Red+Green+Blue) = 86+25+143=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #56198F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56198F is #A9E670. Grayscale: #383838. Windows color (decimal): -11134577 or 9378134. OLE color: 9378134.

HSL color Cylindrical-coordinate representation of color #56198F: hue angle of 271.02º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56198F is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8625143-
CMYK0.400.8300.44
HSL271.02º70.24%32.94%-
HSV(B)271.02º82.52%56.08%-
XYZ9.144.6626.4-
YUV56.69176.71148.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 143 (56.25% from 255) = 56.30%
R=33.86%
G=9.84%
B=56.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86251430.400.8300.44271.0270.2432.94
Hex56198F285302C10f4621
Octal126312175012305441710641
Binary10101101100110001111101000101001101011001000011111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56198F; }

 p { color: rgb(86,25,143); }

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

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

 a { background-color: rgb(86,25,143); }

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

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

 span { border-color: rgb(86,25,143); }

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