Html Css Color HEX #561094 Indigo

📋 copy color: '#561094'

red 86 ◦ green 16 ◦ blue 148

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

Shades of Indigo #561094

Tints of Indigo #561094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 34.4%
G = 6.4%
B = 59.2%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561094 (or 0x561094) is known color: Indigo. HEX triplet: 56, 10 and 94. RGB value is (86,16,148). Sum of RGB (Red+Green+Blue) = 86+16+148=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #561094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561094 is #A9EF6B. Grayscale: #333333. Windows color (decimal): -11136876 or 9703510. OLE color: 9703510.

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

Color convert

RGB 86 16 148 -
CMYK 0.42 0.89 0 0.42
HSL 271.82º 0.8% 0.32% -
HSV(B) 271.82º 0.89% 0.58% -
XYZ 9.37 4.49 28.39 -
YUV 51.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 86 16 148 0.42 0.89 0 0.42 271.82 0.8 0.32
Hex 56 10 94 2A 59 0 2A 110 50 20
Octal 126 20 224 52 131 0 52 420 120 40
Binary 1010110 10000 10010100 101010 1011001 0 101010 100010000 1010000 100000

Color Harmonies of #561094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561094

Black with #561094

Text Example


Text Example

White with #561094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561094; }

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

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

background-color css

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

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

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

border-color css

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

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

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