Html Css Color HEX #56168B Indigo

📋 copy color: '#56168B'

red 86 ◦ green 22 ◦ blue 139

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

Shades of Indigo #56168B

Tints of Indigo #56168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

 BLUE value IS 139 (54.69% from 255) = 56.28%

R = 34.82%
G = 8.91%
B = 56.28%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56168B (or 0x56168B) is known color: Indigo. HEX triplet: 56, 16 and 8B. RGB value is (86,22,139). Sum of RGB (Red+Green+Blue) = 86+22+139=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #56168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56168B is #A9E974. Grayscale: #363636. Windows color (decimal): -11135349 or 9115222. OLE color: 9115222.

HSL color Cylindrical-coordinate representation of color #56168B: hue angle of 272.82º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56168B is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 22 139 -
CMYK 0.38 0.84 0 0.45
HSL 272.82º 0.73% 0.32% -
HSV(B) 272.82º 0.84% 0.55% -
XYZ 8.78 4.42 24.82 -
YUV 54.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 86 22 139 0.38 0.84 0 0.45 272.82 0.73 0.32
Hex 56 16 8B 26 54 0 2D 111 49 20
Octal 126 26 213 46 124 0 55 421 111 40
Binary 1010110 10110 10001011 100110 1010100 0 101101 100010001 1001001 100000

Color Harmonies of #56168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56168B

Black with #56168B

Text Example


Text Example

White with #56168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56168B; }

 p { color: rgb(86,22,139); }

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

background-color css

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

 a { background-color: rgb(86,22,139); }

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

border-color css

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

 span { border-color: rgb(86,22,139); }

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