Html Css Color HEX #560498 Indigo

📋 copy color: '#560498'

red 86 ◦ green 4 ◦ blue 152

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

Shades of Indigo #560498

Tints of Indigo #560498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 35.54%
G = 1.65%
B = 62.81%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#560498 (or 0x560498) is known color: Indigo. HEX triplet: 56, 04 and 98. RGB value is (86,4,152). Sum of RGB (Red+Green+Blue) = 86+4+152=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #560498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560498 is #A9FB67. Grayscale: #2C2C2C. Windows color (decimal): -11139944 or 9962582. OLE color: 9962582.

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

Color convert

RGB 86 4 152 -
CMYK 0.43 0.97 0 0.40
HSL 273.24º 0.95% 0.31% -
HSV(B) 273.24º 0.97% 0.6% -
XYZ 9.55 4.33 30.04 -
YUV 45.39 188.17 156.97 -
System Red Green Blue C M Y K H S L
Decimal 86 4 152 0.43 0.97 0 0.40 273.24 0.95 0.31
Hex 56 4 98 2B 61 0 28 111 5F 1F
Octal 126 4 230 53 141 0 50 421 137 37
Binary 1010110 100 10011000 101011 1100001 0 101000 100010001 1011111 11111

Color Harmonies of #560498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560498

Black with #560498

Text Example


Text Example

White with #560498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560498; }

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

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

background-color css

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

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

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

border-color css

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

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

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