#56007A

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

Shades of Indigo #56007A

Tints of Indigo #56007A

Color information

#56007A (or 0x56007A) is unknown color: approx Indigo. HEX triplet: 56, 00 and 7A. RGB value is (86,0,122). Sum of RGB (Red+Green+Blue) = 86+0+122=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #56007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56007A is #A9FF85. Grayscale: #272727. Windows color (decimal): -11140998 or 7995478. OLE color: 7995478.

HSL color Cylindrical-coordinate representation of color #56007A: hue angle of 282.3º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56007A is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB860122-
CMYK0.30100.52
HSL282.3º100%23.92%-
HSV(B)282.3º100%47.84%-
XYZ7.353.3818.68-
YUV39.62174.49161.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=41.35%
G=0%
B=58.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8601220.30100.52282.310023.92
Hex5607A1E6403411a6418
Octal12601723614406443214430
Binary1010110011110101111011001000110100100011010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56007A; }

 p { color: rgb(86,0,122); }

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

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

 a { background-color: rgb(86,0,122); }

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

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

 span { border-color: rgb(86,0,122); }

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