Html Css Color HEX #56019F Indigo

📋 copy color: '#56019F'

red 86 ◦ green 1 ◦ blue 159

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

Shades of Indigo #56019F

Tints of Indigo #56019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 34.96%
G = 0.41%
B = 64.63%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56019F (or 0x56019F) is known color: Indigo. HEX triplet: 56, 01 and 9F. RGB value is (86,1,159). Sum of RGB (Red+Green+Blue) = 86+1+159=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #56019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56019F is #A9FE60. Grayscale: #2B2B2B. Windows color (decimal): -11140705 or 10420566. OLE color: 10420566.

HSL color Cylindrical-coordinate representation of color #56019F: hue angle of 272.28º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56019F is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 1 159 -
CMYK 0.46 0.99 0 0.38
HSL 272.28º 0.99% 0.31% -
HSV(B) 272.28º 0.99% 0.62% -
XYZ 10.11 4.5 33.14 -
YUV 44.43 192.66 157.65 -
System Red Green Blue C M Y K H S L
Decimal 86 1 159 0.46 0.99 0 0.38 272.28 0.99 0.31
Hex 56 1 9F 2E 63 0 26 110 63 1F
Octal 126 1 237 56 143 0 46 420 143 37
Binary 1010110 1 10011111 101110 1100011 0 100110 100010000 1100011 11111

Color Harmonies of #56019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56019F

Black with #56019F

Text Example


Text Example

White with #56019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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