Html Css Color HEX #560998 Indigo

📋 copy color: '#560998'

red 86 ◦ green 9 ◦ blue 152

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

Shades of Indigo #560998

Tints of Indigo #560998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 61.54%

R = 34.82%
G = 3.64%
B = 61.54%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#560998 (or 0x560998) is known color: Indigo. HEX triplet: 56, 09 and 98. RGB value is (86,9,152). Sum of RGB (Red+Green+Blue) = 86+9+152=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #560998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560998 is #A9F667. Grayscale: #2F2F2F. Windows color (decimal): -11138664 or 9963862. OLE color: 9963862.

HSL color Cylindrical-coordinate representation of color #560998: hue angle of 272.31º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560998 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 9 152 -
CMYK 0.43 0.94 0 0.40
HSL 272.31º 0.89% 0.32% -
HSV(B) 272.31º 0.94% 0.6% -
XYZ 9.6 4.44 30.06 -
YUV 48.33 186.51 154.87 -
System Red Green Blue C M Y K H S L
Decimal 86 9 152 0.43 0.94 0 0.40 272.31 0.89 0.32
Hex 56 9 98 2B 5E 0 28 110 59 20
Octal 126 11 230 53 136 0 50 420 131 40
Binary 1010110 1001 10011000 101011 1011110 0 101000 100010000 1011001 100000

Color Harmonies of #560998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560998

Black with #560998

Text Example


Text Example

White with #560998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560998; }

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

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

background-color css

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

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

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

border-color css

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

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

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