Html Css Color HEX #56017C Indigo

📋 copy color: '#56017C'

red 86 ◦ green 1 ◦ blue 124

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

Shades of Indigo #56017C

Tints of Indigo #56017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.77%

R = 40.76%
G = 0.47%
B = 58.77%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56017C (or 0x56017C) is known color: Indigo. HEX triplet: 56, 01 and 7C. RGB value is (86,1,124). Sum of RGB (Red+Green+Blue) = 86+1+124=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #56017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56017C is #A9FE83. Grayscale: #282828. Windows color (decimal): -11140740 or 8126806. OLE color: 8126806.

HSL color Cylindrical-coordinate representation of color #56017C: hue angle of 281.46º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56017C is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 1 124 -
CMYK 0.31 0.99 0 0.51
HSL 281.46º 0.98% 0.25% -
HSV(B) 281.46º 0.99% 0.49% -
XYZ 7.49 3.46 19.34 -
YUV 40.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 86 1 124 0.31 0.99 0 0.51 281.46 0.98 0.25
Hex 56 1 7C 1F 63 0 33 119 62 19
Octal 126 1 174 37 143 0 63 431 142 31
Binary 1010110 1 1111100 11111 1100011 0 110011 100011001 1100010 11001

Color Harmonies of #56017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56017C

Black with #56017C

Text Example


Text Example

White with #56017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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