Html Css Color HEX #560374 Indigo

📋 copy color: '#560374'

red 86 ◦ green 3 ◦ blue 116

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

Shades of Indigo #560374

Tints of Indigo #560374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 41.95%
G = 1.46%
B = 56.59%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560374 (or 0x560374) is known color: Indigo. HEX triplet: 56, 03 and 74. RGB value is (86,3,116). Sum of RGB (Red+Green+Blue) = 86+3+116=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #560374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560374 is #A9FC8B. Grayscale: #282828. Windows color (decimal): -11140236 or 7603030. OLE color: 7603030.

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

Color convert

RGB 86 3 116 -
CMYK 0.26 0.97 0 0.55
HSL 284.07º 0.95% 0.23% -
HSV(B) 284.07º 0.97% 0.45% -
XYZ 7.02 3.3 16.79 -
YUV 40.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 86 3 116 0.26 0.97 0 0.55 284.07 0.95 0.23
Hex 56 3 74 1A 61 0 37 11C 5F 17
Octal 126 3 164 32 141 0 67 434 137 27
Binary 1010110 11 1110100 11010 1100001 0 110111 100011100 1011111 10111

Color Harmonies of #560374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560374

Black with #560374

Text Example


Text Example

White with #560374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560374; }

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

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

background-color css

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

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

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

border-color css

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

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

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