Html Css Color HEX #560162 Indigo

📋 copy color: '#560162'

red 86 ◦ green 1 ◦ blue 98

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

Shades of Indigo #560162

Tints of Indigo #560162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.97%

R = 46.49%
G = 0.54%
B = 52.97%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#560162 (or 0x560162) is known color: Indigo. HEX triplet: 56, 01 and 62. RGB value is (86,1,98). Sum of RGB (Red+Green+Blue) = 86+1+98=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #560162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560162 is #A9FE9D. Grayscale: #252525. Windows color (decimal): -11140766 or 6422870. OLE color: 6422870.

HSL color Cylindrical-coordinate representation of color #560162: hue angle of 292.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560162 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 1 98 -
CMYK 0.12 0.99 0 0.62
HSL 292.58º 0.98% 0.19% -
HSV(B) 292.58º 0.99% 0.38% -
XYZ 6.05 2.88 11.79 -
YUV 37.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 86 1 98 0.12 0.99 0 0.62 292.58 0.98 0.19
Hex 56 1 62 C 63 0 3E 125 62 13
Octal 126 1 142 14 143 0 76 445 142 23
Binary 1010110 1 1100010 1100 1100011 0 111110 100100101 1100010 10011

Color Harmonies of #560162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560162

Black with #560162

Text Example


Text Example

White with #560162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560162; }

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

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

background-color css

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

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

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

border-color css

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

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

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