Html Css Color HEX #560269 Indigo

📋 copy color: '#560269'

red 86 ◦ green 2 ◦ blue 105

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

Shades of Indigo #560269

Tints of Indigo #560269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.4%

R = 44.56%
G = 1.04%
B = 54.4%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#560269 (or 0x560269) is known color: Indigo. HEX triplet: 56, 02 and 69. RGB value is (86,2,105). Sum of RGB (Red+Green+Blue) = 86+2+105=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #560269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560269 is #A9FD96. Grayscale: #262626. Windows color (decimal): -11140503 or 6881878. OLE color: 6881878.

HSL color Cylindrical-coordinate representation of color #560269: hue angle of 288.93º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560269 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 2 105 -
CMYK 0.18 0.98 0 0.59
HSL 288.93º 0.96% 0.21% -
HSV(B) 288.93º 0.98% 0.41% -
XYZ 6.41 3.04 13.61 -
YUV 38.86 165.33 161.62 -
System Red Green Blue C M Y K H S L
Decimal 86 2 105 0.18 0.98 0 0.59 288.93 0.96 0.21
Hex 56 2 69 12 62 0 3B 121 60 15
Octal 126 2 151 22 142 0 73 441 140 25
Binary 1010110 10 1101001 10010 1100010 0 111011 100100001 1100000 10101

Color Harmonies of #560269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560269

Black with #560269

Text Example


Text Example

White with #560269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560269; }

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

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

background-color css

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

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

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

border-color css

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

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

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