Html Css Color HEX #56046C Indigo

📋 copy color: '#56046C'

red 86 ◦ green 4 ◦ blue 108

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

Shades of Indigo #56046C

Tints of Indigo #56046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.55%

R = 43.43%
G = 2.02%
B = 54.55%

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

#56046C (or 0x56046C) is known color: Indigo. HEX triplet: 56, 04 and 6C. RGB value is (86,4,108). Sum of RGB (Red+Green+Blue) = 86+4+108=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #56046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56046C is #A9FB93. Grayscale: #282828. Windows color (decimal): -11139988 or 7078998. OLE color: 7078998.

HSL color Cylindrical-coordinate representation of color #56046C: hue angle of 287.31º 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 #56046C is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 4 108 -
CMYK 0.20 0.96 0 0.58
HSL 287.31º 0.93% 0.22% -
HSV(B) 287.31º 0.96% 0.42% -
XYZ 6.59 3.15 14.45 -
YUV 40.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 86 4 108 0.20 0.96 0 0.58 287.31 0.93 0.22
Hex 56 4 6C 14 60 0 3A 11F 5D 16
Octal 126 4 154 24 140 0 72 437 135 26
Binary 1010110 100 1101100 10100 1100000 0 111010 100011111 1011101 10110

Color Harmonies of #56046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56046C

Black with #56046C

Text Example


Text Example

White with #56046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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