Html Css Color HEX #56059F Indigo

📋 copy color: '#56059F'

red 86 ◦ green 5 ◦ blue 159

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

Shades of Indigo #56059F

Tints of Indigo #56059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 34.4%
G = 2%
B = 63.6%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56059F (or 0x56059F) is known color: Indigo. HEX triplet: 56, 05 and 9F. RGB value is (86,5,159). Sum of RGB (Red+Green+Blue) = 86+5+159=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #56059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56059F is #A9FA60. Grayscale: #2E2E2E. Windows color (decimal): -11139681 or 10421590. OLE color: 10421590.

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

Color convert

RGB 86 5 159 -
CMYK 0.46 0.97 0 0.38
HSL 271.56º 0.94% 0.32% -
HSV(B) 271.56º 0.97% 0.62% -
XYZ 10.15 4.59 33.15 -
YUV 46.78 191.34 155.98 -
System Red Green Blue C M Y K H S L
Decimal 86 5 159 0.46 0.97 0 0.38 271.56 0.94 0.32
Hex 56 5 9F 2E 61 0 26 110 5E 20
Octal 126 5 237 56 141 0 46 420 136 40
Binary 1010110 101 10011111 101110 1100001 0 100110 100010000 1011110 100000

Color Harmonies of #56059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56059F

Black with #56059F

Text Example


Text Example

White with #56059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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