Html Css Color HEX #56039F Indigo

📋 copy color: '#56039F'

red 86 ◦ green 3 ◦ blue 159

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

Shades of Indigo #56039F

Tints of Indigo #56039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 34.68%
G = 1.21%
B = 64.11%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56039F (or 0x56039F) is known color: Indigo. HEX triplet: 56, 03 and 9F. RGB value is (86,3,159). Sum of RGB (Red+Green+Blue) = 86+3+159=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #56039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56039F is #A9FC60. Grayscale: #2D2D2D. Windows color (decimal): -11140193 or 10421078. OLE color: 10421078.

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

Color convert

RGB 86 3 159 -
CMYK 0.46 0.98 0 0.38
HSL 271.92º 0.96% 0.32% -
HSV(B) 271.92º 0.98% 0.62% -
XYZ 10.13 4.55 33.14 -
YUV 45.6 192 156.82 -
System Red Green Blue C M Y K H S L
Decimal 86 3 159 0.46 0.98 0 0.38 271.92 0.96 0.32
Hex 56 3 9F 2E 62 0 26 110 60 20
Octal 126 3 237 56 142 0 46 420 140 40
Binary 1010110 11 10011111 101110 1100010 0 100110 100010000 1100000 100000

Color Harmonies of #56039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56039F

Black with #56039F

Text Example


Text Example

White with #56039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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