Html Css Color HEX #560266 Indigo

📋 copy color: '#560266'

red 86 ◦ green 2 ◦ blue 102

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

Shades of Indigo #560266

Tints of Indigo #560266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 45.26%
G = 1.05%
B = 53.68%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#560266 (or 0x560266) is known color: Indigo. HEX triplet: 56, 02 and 66. RGB value is (86,2,102). Sum of RGB (Red+Green+Blue) = 86+2+102=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #560266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560266 is #A9FD99. Grayscale: #262626. Windows color (decimal): -11140506 or 6685270. OLE color: 6685270.

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

Color convert

RGB 86 2 102 -
CMYK 0.16 0.98 0 0.6
HSL 290.4º 0.96% 0.2% -
HSV(B) 290.4º 0.98% 0.4% -
XYZ 6.26 2.98 12.82 -
YUV 38.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 86 2 102 0.16 0.98 0 0.6 290.4 0.96 0.2
Hex 56 2 66 10 62 0 3C 122 60 14
Octal 126 2 146 20 142 0 74 442 140 24
Binary 1010110 10 1100110 10000 1100010 0 111100 100100010 1100000 10100

Color Harmonies of #560266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560266

Black with #560266

Text Example


Text Example

White with #560266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560266; }

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

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

background-color css

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

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

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

border-color css

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

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

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