Html Css Color HEX #56019B Indigo

📋 copy color: '#56019B'

red 86 ◦ green 1 ◦ blue 155

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

Shades of Indigo #56019B

Tints of Indigo #56019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.05%

R = 35.54%
G = 0.41%
B = 64.05%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56019B (or 0x56019B) is known color: Indigo. HEX triplet: 56, 01 and 9B. RGB value is (86,1,155). Sum of RGB (Red+Green+Blue) = 86+1+155=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #56019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56019B is #A9FE64. Grayscale: #2B2B2B. Windows color (decimal): -11140709 or 10158422. OLE color: 10158422.

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

Color convert

RGB 86 1 155 -
CMYK 0.45 0.99 0 0.39
HSL 273.12º 0.99% 0.31% -
HSV(B) 273.12º 0.99% 0.61% -
XYZ 9.77 4.37 31.34 -
YUV 43.97 190.66 157.98 -
System Red Green Blue C M Y K H S L
Decimal 86 1 155 0.45 0.99 0 0.39 273.12 0.99 0.31
Hex 56 1 9B 2D 63 0 27 111 63 1F
Octal 126 1 233 55 143 0 47 421 143 37
Binary 1010110 1 10011011 101101 1100011 0 100111 100010001 1100011 11111

Color Harmonies of #56019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56019B

Black with #56019B

Text Example


Text Example

White with #56019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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