Html Css Color HEX #56037D Indigo

📋 copy color: '#56037D'

red 86 ◦ green 3 ◦ blue 125

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

Shades of Indigo #56037D

Tints of Indigo #56037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.41%

R = 40.19%
G = 1.4%
B = 58.41%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56037D (or 0x56037D) is known color: Indigo. HEX triplet: 56, 03 and 7D. RGB value is (86,3,125). Sum of RGB (Red+Green+Blue) = 86+3+125=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #56037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56037D is #A9FC82. Grayscale: #292929. Windows color (decimal): -11140227 or 8192854. OLE color: 8192854.

HSL color Cylindrical-coordinate representation of color #56037D: hue angle of 280.82º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56037D is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 3 125 -
CMYK 0.31 0.98 0 0.51
HSL 280.82º 0.95% 0.25% -
HSV(B) 280.82º 0.98% 0.49% -
XYZ 7.57 3.52 19.68 -
YUV 41.73 175 159.58 -
System Red Green Blue C M Y K H S L
Decimal 86 3 125 0.31 0.98 0 0.51 280.82 0.95 0.25
Hex 56 3 7D 1F 62 0 33 119 5F 19
Octal 126 3 175 37 142 0 63 431 137 31
Binary 1010110 11 1111101 11111 1100010 0 110011 100011001 1011111 11001

Color Harmonies of #56037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56037D

Black with #56037D

Text Example


Text Example

White with #56037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56037D; }

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

 H1.HeaderClassName
 {
   color: #56037D;
 }
 .AnyTagClassName
 {
   color: #56037D;
 }
</style>

background-color css

<style>
 a { background-color: #56037D; }

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

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

border-color css

<style>
 span { border-color: #56037D; }

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

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