Html Css Color HEX #560198 Indigo

📋 copy color: '#560198'

red 86 ◦ green 1 ◦ blue 152

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

Shades of Indigo #560198

Tints of Indigo #560198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 35.98%
G = 0.42%
B = 63.6%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#560198 (or 0x560198) is known color: Indigo. HEX triplet: 56, 01 and 98. RGB value is (86,1,152). Sum of RGB (Red+Green+Blue) = 86+1+152=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #560198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560198 is #A9FE67. Grayscale: #2B2B2B. Windows color (decimal): -11140712 or 9961814. OLE color: 9961814.

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

Color convert

RGB 86 1 152 -
CMYK 0.43 0.99 0 0.40
HSL 273.77º 0.99% 0.3% -
HSV(B) 273.77º 0.99% 0.6% -
XYZ 9.52 4.27 30.03 -
YUV 43.63 189.16 158.22 -
System Red Green Blue C M Y K H S L
Decimal 86 1 152 0.43 0.99 0 0.40 273.77 0.99 0.3
Hex 56 1 98 2B 63 0 28 112 63 1E
Octal 126 1 230 53 143 0 50 422 143 36
Binary 1010110 1 10011000 101011 1100011 0 101000 100010010 1100011 11110

Color Harmonies of #560198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560198

Black with #560198

Text Example


Text Example

White with #560198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560198; }

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

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

background-color css

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

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

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

border-color css

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

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

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