Html Css Color HEX #56048D Indigo

📋 copy color: '#56048D'

red 86 ◦ green 4 ◦ blue 141

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

Shades of Indigo #56048D

Tints of Indigo #56048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.04%

R = 37.23%
G = 1.73%
B = 61.04%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56048D (or 0x56048D) is known color: Indigo. HEX triplet: 56, 04 and 8D. RGB value is (86,4,141). Sum of RGB (Red+Green+Blue) = 86+4+141=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #56048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56048D is #A9FB72. Grayscale: #2B2B2B. Windows color (decimal): -11139955 or 9241686. OLE color: 9241686.

HSL color Cylindrical-coordinate representation of color #56048D: hue angle of 275.91º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56048D is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 4 141 -
CMYK 0.39 0.97 0 0.45
HSL 275.91º 0.94% 0.28% -
HSV(B) 275.91º 0.97% 0.55% -
XYZ 8.69 3.99 25.51 -
YUV 44.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 86 4 141 0.39 0.97 0 0.45 275.91 0.94 0.28
Hex 56 4 8D 27 61 0 2D 114 5E 1C
Octal 126 4 215 47 141 0 55 424 136 34
Binary 1010110 100 10001101 100111 1100001 0 101101 100010100 1011110 11100

Color Harmonies of #56048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56048D

Black with #56048D

Text Example


Text Example

White with #56048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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