Html Css Color HEX #560974 Indigo

📋 copy color: '#560974'

red 86 ◦ green 9 ◦ blue 116

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

Shades of Indigo #560974

Tints of Indigo #560974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.98%

R = 40.76%
G = 4.27%
B = 54.98%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560974 (or 0x560974) is known color: Indigo. HEX triplet: 56, 09 and 74. RGB value is (86,9,116). Sum of RGB (Red+Green+Blue) = 86+9+116=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #560974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560974 is #A9F68B. Grayscale: #2B2B2B. Windows color (decimal): -11138700 or 7604566. OLE color: 7604566.

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

Color convert

RGB 86 9 116 -
CMYK 0.26 0.92 0 0.55
HSL 283.18º 0.86% 0.25% -
HSV(B) 283.18º 0.92% 0.45% -
XYZ 7.09 3.43 16.81 -
YUV 44.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 86 9 116 0.26 0.92 0 0.55 283.18 0.86 0.25
Hex 56 9 74 1A 5C 0 37 11B 56 19
Octal 126 11 164 32 134 0 67 433 126 31
Binary 1010110 1001 1110100 11010 1011100 0 110111 100011011 1010110 11001

Color Harmonies of #560974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560974

Black with #560974

Text Example


Text Example

White with #560974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560974; }

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

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

background-color css

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

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

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

border-color css

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

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

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