Html Css Color HEX #56016B Indigo

📋 copy color: '#56016B'

red 86 ◦ green 1 ◦ blue 107

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

Shades of Indigo #56016B

Tints of Indigo #56016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.15%

R = 44.33%
G = 0.52%
B = 55.15%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56016B (or 0x56016B) is known color: Indigo. HEX triplet: 56, 01 and 6B. RGB value is (86,1,107). Sum of RGB (Red+Green+Blue) = 86+1+107=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #56016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56016B is #A9FE94. Grayscale: #262626. Windows color (decimal): -11140757 or 7012694. OLE color: 7012694.

HSL color Cylindrical-coordinate representation of color #56016B: hue angle of 288.11º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56016B is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 1 107 -
CMYK 0.20 0.99 0 0.58
HSL 288.11º 0.98% 0.21% -
HSV(B) 288.11º 0.99% 0.42% -
XYZ 6.5 3.06 14.16 -
YUV 38.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 86 1 107 0.20 0.99 0 0.58 288.11 0.98 0.21
Hex 56 1 6B 14 63 0 3A 120 62 15
Octal 126 1 153 24 143 0 72 440 142 25
Binary 1010110 1 1101011 10100 1100011 0 111010 100100000 1100010 10101

Color Harmonies of #56016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56016B

Black with #56016B

Text Example


Text Example

White with #56016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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