Html Css Color HEX #560975 Indigo

📋 copy color: '#560975'

red 86 ◦ green 9 ◦ blue 117

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

Shades of Indigo #560975

Tints of Indigo #560975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

 BLUE value IS 117 (46.09% from 255) = 55.19%

R = 40.57%
G = 4.25%
B = 55.19%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#560975 (or 0x560975) is known color: Indigo. HEX triplet: 56, 09 and 75. RGB value is (86,9,117). Sum of RGB (Red+Green+Blue) = 86+9+117=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #560975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560975 is #A9F68A. Grayscale: #2B2B2B. Windows color (decimal): -11138699 or 7670102. OLE color: 7670102.

HSL color Cylindrical-coordinate representation of color #560975: hue angle of 282.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560975 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 9 117 -
CMYK 0.26 0.92 0 0.54
HSL 282.78º 0.86% 0.25% -
HSV(B) 282.78º 0.92% 0.46% -
XYZ 7.15 3.46 17.12 -
YUV 44.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 86 9 117 0.26 0.92 0 0.54 282.78 0.86 0.25
Hex 56 9 75 1A 5C 0 36 11B 56 19
Octal 126 11 165 32 134 0 66 433 126 31
Binary 1010110 1001 1110101 11010 1011100 0 110110 100011011 1010110 11001

Color Harmonies of #560975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560975

Black with #560975

Text Example


Text Example

White with #560975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560975; }

 p { color: rgb(86,9,117); }

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

background-color css

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

 a { background-color: rgb(86,9,117); }

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

border-color css

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

 span { border-color: rgb(86,9,117); }

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