Html Css Color HEX #56087C Indigo

📋 copy color: '#56087C'

red 86 ◦ green 8 ◦ blue 124

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

Shades of Indigo #56087C

Tints of Indigo #56087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

 BLUE value IS 124 (48.83% from 255) = 56.88%

R = 39.45%
G = 3.67%
B = 56.88%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56087C (or 0x56087C) is known color: Indigo. HEX triplet: 56, 08 and 7C. RGB value is (86,8,124). Sum of RGB (Red+Green+Blue) = 86+8+124=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #56087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56087C is #A9F783. Grayscale: #2C2C2C. Windows color (decimal): -11138948 or 8128598. OLE color: 8128598.

HSL color Cylindrical-coordinate representation of color #56087C: hue angle of 280.34º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56087C is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 8 124 -
CMYK 0.31 0.94 0 0.51
HSL 280.34º 0.88% 0.26% -
HSV(B) 280.34º 0.94% 0.49% -
XYZ 7.56 3.61 19.37 -
YUV 44.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 86 8 124 0.31 0.94 0 0.51 280.34 0.88 0.26
Hex 56 8 7C 1F 5E 0 33 118 58 1A
Octal 126 10 174 37 136 0 63 430 130 32
Binary 1010110 1000 1111100 11111 1011110 0 110011 100011000 1011000 11010

Color Harmonies of #56087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56087C

Black with #56087C

Text Example


Text Example

White with #56087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56087C; }

 p { color: rgb(86,8,124); }

 H1.HeaderClassName
 {
   color: #56087C;
 }
 .AnyTagClassName
 {
   color: #56087C;
 }
</style>

background-color css

<style>
 a { background-color: #56087C; }

 a { background-color: rgb(86,8,124); }

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

border-color css

<style>
 span { border-color: #56087C; }

 span { border-color: rgb(86,8,124); }

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