Html Css Color HEX #560166 Indigo

📋 copy color: '#560166'

red 86 ◦ green 1 ◦ blue 102

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

Shades of Indigo #560166

Tints of Indigo #560166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 45.5%
G = 0.53%
B = 53.97%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#560166 (or 0x560166) is known color: Indigo. HEX triplet: 56, 01 and 66. RGB value is (86,1,102). Sum of RGB (Red+Green+Blue) = 86+1+102=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #560166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560166 is #A9FE99. Grayscale: #252525. Windows color (decimal): -11140762 or 6685014. OLE color: 6685014.

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

Color convert

RGB 86 1 102 -
CMYK 0.16 0.99 0 0.6
HSL 290.5º 0.98% 0.2% -
HSV(B) 290.5º 0.99% 0.4% -
XYZ 6.25 2.96 12.81 -
YUV 37.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 86 1 102 0.16 0.99 0 0.6 290.5 0.98 0.2
Hex 56 1 66 10 63 0 3C 122 62 14
Octal 126 1 146 20 143 0 74 442 142 24
Binary 1010110 1 1100110 10000 1100011 0 111100 100100010 1100010 10100

Color Harmonies of #560166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560166

Black with #560166

Text Example


Text Example

White with #560166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560166; }

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

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

background-color css

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

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

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

border-color css

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

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

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