Html Css Color HEX #560992 Indigo

📋 copy color: '#560992'

red 86 ◦ green 9 ◦ blue 146

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

Shades of Indigo #560992

Tints of Indigo #560992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 60.58%

R = 35.68%
G = 3.73%
B = 60.58%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#560992 (or 0x560992) is known color: Indigo. HEX triplet: 56, 09 and 92. RGB value is (86,9,146). Sum of RGB (Red+Green+Blue) = 86+9+146=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #560992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560992 is #A9F66D. Grayscale: #2F2F2F. Windows color (decimal): -11138670 or 9570646. OLE color: 9570646.

HSL color Cylindrical-coordinate representation of color #560992: hue angle of 273.72º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560992 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 9 146 -
CMYK 0.41 0.94 0 0.43
HSL 273.72º 0.88% 0.3% -
HSV(B) 273.72º 0.94% 0.57% -
XYZ 9.12 4.25 27.53 -
YUV 47.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 86 9 146 0.41 0.94 0 0.43 273.72 0.88 0.3
Hex 56 9 92 29 5E 0 2B 112 58 1E
Octal 126 11 222 51 136 0 53 422 130 36
Binary 1010110 1001 10010010 101001 1011110 0 101011 100010010 1011000 11110

Color Harmonies of #560992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560992

Black with #560992

Text Example


Text Example

White with #560992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560992; }

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

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

background-color css

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

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

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

border-color css

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

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

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