Html Css Color HEX #56046B Indigo

📋 copy color: '#56046B'

red 86 ◦ green 4 ◦ blue 107

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

Shades of Indigo #56046B

Tints of Indigo #56046B

RGB

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

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

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

R = 43.65%
G = 2.03%
B = 54.31%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56046B (or 0x56046B) is known color: Indigo. HEX triplet: 56, 04 and 6B. RGB value is (86,4,107). Sum of RGB (Red+Green+Blue) = 86+4+107=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #56046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56046B is #A9FB94. Grayscale: #272727. Windows color (decimal): -11139989 or 7013462. OLE color: 7013462.

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

Color convert

RGB 86 4 107 -
CMYK 0.20 0.96 0 0.58
HSL 287.77º 0.93% 0.22% -
HSV(B) 287.77º 0.96% 0.42% -
XYZ 6.54 3.13 14.17 -
YUV 40.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 86 4 107 0.20 0.96 0 0.58 287.77 0.93 0.22
Hex 56 4 6B 14 60 0 3A 120 5D 16
Octal 126 4 153 24 140 0 72 440 135 26
Binary 1010110 100 1101011 10100 1100000 0 111010 100100000 1011101 10110

Color Harmonies of #56046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56046B

Black with #56046B

Text Example


Text Example

White with #56046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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