Html Css Color HEX #560994 Indigo

📋 copy color: '#560994'

red 86 ◦ green 9 ◦ blue 148

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

Shades of Indigo #560994

Tints of Indigo #560994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.91%

R = 35.39%
G = 3.7%
B = 60.91%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#560994 (or 0x560994) is known color: Indigo. HEX triplet: 56, 09 and 94. RGB value is (86,9,148). Sum of RGB (Red+Green+Blue) = 86+9+148=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #560994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560994 is #A9F66B. Grayscale: #2F2F2F. Windows color (decimal): -11138668 or 9701718. OLE color: 9701718.

HSL color Cylindrical-coordinate representation of color #560994: hue angle of 273.24º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560994 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 9 148 -
CMYK 0.42 0.94 0 0.42
HSL 273.24º 0.89% 0.31% -
HSV(B) 273.24º 0.94% 0.58% -
XYZ 9.28 4.31 28.36 -
YUV 47.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 86 9 148 0.42 0.94 0 0.42 273.24 0.89 0.31
Hex 56 9 94 2A 5E 0 2A 111 59 1F
Octal 126 11 224 52 136 0 52 421 131 37
Binary 1010110 1001 10010100 101010 1011110 0 101010 100010001 1011001 11111

Color Harmonies of #560994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560994

Black with #560994

Text Example


Text Example

White with #560994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560994; }

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

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

background-color css

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

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

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

border-color css

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

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

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