Html Css Color HEX #56017A Indigo

📋 copy color: '#56017A'

red 86 ◦ green 1 ◦ blue 122

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

Shades of Indigo #56017A

Tints of Indigo #56017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 58.37%

R = 41.15%
G = 0.48%
B = 58.37%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56017A (or 0x56017A) is known color: Indigo. HEX triplet: 56, 01 and 7A. RGB value is (86,1,122). Sum of RGB (Red+Green+Blue) = 86+1+122=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #56017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56017A is #A9FE85. Grayscale: #272727. Windows color (decimal): -11140742 or 7995734. OLE color: 7995734.

HSL color Cylindrical-coordinate representation of color #56017A: hue angle of 282.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56017A is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 1 122 -
CMYK 0.30 0.99 0 0.52
HSL 282.15º 0.98% 0.24% -
HSV(B) 282.15º 0.99% 0.48% -
XYZ 7.36 3.41 18.68 -
YUV 40.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 86 1 122 0.30 0.99 0 0.52 282.15 0.98 0.24
Hex 56 1 7A 1E 63 0 34 11A 62 18
Octal 126 1 172 36 143 0 64 432 142 30
Binary 1010110 1 1111010 11110 1100011 0 110100 100011010 1100010 11000

Color Harmonies of #56017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56017A

Black with #56017A

Text Example


Text Example

White with #56017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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