Html Css Color HEX #560466 Indigo

📋 copy color: '#560466'

red 86 ◦ green 4 ◦ blue 102

#560466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #560466

Tints of Indigo #560466

RGB

 RED value IS 86 (33.98% from 255) = 44.79%

 GREEN value IS 4 (1.95% from 255) = 2.08%

 BLUE value IS 102 (40.23% from 255) = 53.13%

R = 44.79%
G = 2.08%
B = 53.13%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#560466 (or 0x560466) is known color: Indigo. HEX triplet: 56, 04 and 66. RGB value is (86,4,102). Sum of RGB (Red+Green+Blue) = 86+4+102=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #560466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560466 is #A9FB99. Grayscale: #272727. Windows color (decimal): -11139994 or 6685782. OLE color: 6685782.

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

Color convert

RGB 86 4 102 -
CMYK 0.16 0.96 0 0.6
HSL 290.2º 0.92% 0.21% -
HSV(B) 290.2º 0.96% 0.4% -
XYZ 6.28 3.02 12.82 -
YUV 39.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 86 4 102 0.16 0.96 0 0.6 290.2 0.92 0.21
Hex 56 4 66 10 60 0 3C 122 5C 15
Octal 126 4 146 20 140 0 74 442 134 25
Binary 1010110 100 1100110 10000 1100000 0 111100 100100010 1011100 10101

Color Harmonies of #560466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560466

Black with #560466

Text Example


Text Example

White with #560466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560466; }

 p { color: rgb(86,4,102); }

 H1.HeaderClassName
 {
   color: #560466;
 }
 .AnyTagClassName
 {
   color: #560466;
 }
</style>

background-color css

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

 a { background-color: rgb(86,4,102); }

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

border-color css

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

 span { border-color: rgb(86,4,102); }

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