Html Css Color HEX #56079C Indigo

📋 copy color: '#56079C'

red 86 ◦ green 7 ◦ blue 156

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

Shades of Indigo #56079C

Tints of Indigo #56079C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

 BLUE value IS 156 (61.33% from 255) = 62.65%

R = 34.54%
G = 2.81%
B = 62.65%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56079C (or 0x56079C) is known color: Indigo. HEX triplet: 56, 07 and 9C. RGB value is (86,7,156). Sum of RGB (Red+Green+Blue) = 86+7+156=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #56079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56079C is #A9F863. Grayscale: #2F2F2F. Windows color (decimal): -11139172 or 10225494. OLE color: 10225494.

HSL color Cylindrical-coordinate representation of color #56079C: hue angle of 271.81º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56079C is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 7 156 -
CMYK 0.45 0.96 0 0.39
HSL 271.81º 0.91% 0.32% -
HSV(B) 271.81º 0.96% 0.61% -
XYZ 9.91 4.53 31.8 -
YUV 47.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 86 7 156 0.45 0.96 0 0.39 271.81 0.91 0.32
Hex 56 7 9C 2D 60 0 27 110 5B 20
Octal 126 7 234 55 140 0 47 420 133 40
Binary 1010110 111 10011100 101101 1100000 0 100111 100010000 1011011 100000

Color Harmonies of #56079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56079C

Black with #56079C

Text Example


Text Example

White with #56079C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,7,156); }

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

background-color css

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

 a { background-color: rgb(86,7,156); }

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

border-color css

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

 span { border-color: rgb(86,7,156); }

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