Html Css Color HEX #56015F Indigo

📋 copy color: '#56015F'

red 86 ◦ green 1 ◦ blue 95

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

Shades of Indigo #56015F

Tints of Indigo #56015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 52.2%

R = 47.25%
G = 0.55%
B = 52.2%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#56015F (or 0x56015F) is known color: Indigo. HEX triplet: 56, 01 and 5F. RGB value is (86,1,95). Sum of RGB (Red+Green+Blue) = 86+1+95=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #56015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56015F is #A9FEA0. Grayscale: #242424. Windows color (decimal): -11140769 or 6226262. OLE color: 6226262.

HSL color Cylindrical-coordinate representation of color #56015F: hue angle of 294.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56015F is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 1 95 -
CMYK 0.09 0.99 0 0.63
HSL 294.26º 0.98% 0.19% -
HSV(B) 294.26º 0.99% 0.37% -
XYZ 5.91 2.83 11.06 -
YUV 37.13 160.66 162.86 -
System Red Green Blue C M Y K H S L
Decimal 86 1 95 0.09 0.99 0 0.63 294.26 0.98 0.19
Hex 56 1 5F 9 63 0 3F 126 62 13
Octal 126 1 137 11 143 0 77 446 142 23
Binary 1010110 1 1011111 1001 1100011 0 111111 100100110 1100010 10011

Color Harmonies of #56015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56015F

Black with #56015F

Text Example


Text Example

White with #56015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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