Html Css Color HEX #56037E Indigo

📋 copy color: '#56037E'

red 86 ◦ green 3 ◦ blue 126

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

Shades of Indigo #56037E

Tints of Indigo #56037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.6%

R = 40%
G = 1.4%
B = 58.6%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56037E (or 0x56037E) is known color: Indigo. HEX triplet: 56, 03 and 7E. RGB value is (86,3,126). Sum of RGB (Red+Green+Blue) = 86+3+126=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #56037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56037E is #A9FC81. Grayscale: #292929. Windows color (decimal): -11140226 or 8258390. OLE color: 8258390.

HSL color Cylindrical-coordinate representation of color #56037E: hue angle of 280.49º 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 #56037E is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 3 126 -
CMYK 0.32 0.98 0 0.51
HSL 280.49º 0.95% 0.25% -
HSV(B) 280.49º 0.98% 0.49% -
XYZ 7.64 3.55 20.02 -
YUV 41.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 86 3 126 0.32 0.98 0 0.51 280.49 0.95 0.25
Hex 56 3 7E 20 62 0 33 118 5F 19
Octal 126 3 176 40 142 0 63 430 137 31
Binary 1010110 11 1111110 100000 1100010 0 110011 100011000 1011111 11001

Color Harmonies of #56037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56037E

Black with #56037E

Text Example


Text Example

White with #56037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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