Html Css Color HEX #56057F Indigo

📋 copy color: '#56057F'

red 86 ◦ green 5 ◦ blue 127

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

Shades of Indigo #56057F

Tints of Indigo #56057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

 BLUE value IS 127 (50% from 255) = 58.26%

R = 39.45%
G = 2.29%
B = 58.26%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56057F (or 0x56057F) is known color: Indigo. HEX triplet: 56, 05 and 7F. RGB value is (86,5,127). Sum of RGB (Red+Green+Blue) = 86+5+127=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #56057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56057F is #A9FA80. Grayscale: #2A2A2A. Windows color (decimal): -11139713 or 8324438. OLE color: 8324438.

HSL color Cylindrical-coordinate representation of color #56057F: hue angle of 279.84º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56057F is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 5 127 -
CMYK 0.32 0.96 0 0.50
HSL 279.84º 0.92% 0.26% -
HSV(B) 279.84º 0.96% 0.5% -
XYZ 7.72 3.62 20.37 -
YUV 43.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 86 5 127 0.32 0.96 0 0.50 279.84 0.92 0.26
Hex 56 5 7F 20 60 0 32 118 5C 1A
Octal 126 5 177 40 140 0 62 430 134 32
Binary 1010110 101 1111111 100000 1100000 0 110010 100011000 1011100 11010

Color Harmonies of #56057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56057F

Black with #56057F

Text Example


Text Example

White with #56057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56057F; }

 p { color: rgb(86,5,127); }

 H1.HeaderClassName
 {
   color: #56057F;
 }
 .AnyTagClassName
 {
   color: #56057F;
 }
</style>

background-color css

<style>
 a { background-color: #56057F; }

 a { background-color: rgb(86,5,127); }

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

border-color css

<style>
 span { border-color: #56057F; }

 span { border-color: rgb(86,5,127); }

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