Html Css Color HEX #56078A Indigo

📋 copy color: '#56078A'

red 86 ◦ green 7 ◦ blue 138

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

Shades of Indigo #56078A

Tints of Indigo #56078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.74%

R = 37.23%
G = 3.03%
B = 59.74%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#56078A (or 0x56078A) is known color: Indigo. HEX triplet: 56, 07 and 8A. RGB value is (86,7,138). Sum of RGB (Red+Green+Blue) = 86+7+138=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #56078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56078A is #A9F875. Grayscale: #2D2D2D. Windows color (decimal): -11139190 or 9045846. OLE color: 9045846.

HSL color Cylindrical-coordinate representation of color #56078A: hue angle of 276.18º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56078A is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 7 138 -
CMYK 0.38 0.95 0 0.46
HSL 276.18º 0.9% 0.28% -
HSV(B) 276.18º 0.95% 0.54% -
XYZ 8.5 3.97 24.36 -
YUV 45.56 180.17 156.85 -
System Red Green Blue C M Y K H S L
Decimal 86 7 138 0.38 0.95 0 0.46 276.18 0.9 0.28
Hex 56 7 8A 26 5F 0 2E 114 5A 1C
Octal 126 7 212 46 137 0 56 424 132 34
Binary 1010110 111 10001010 100110 1011111 0 101110 100010100 1011010 11100

Color Harmonies of #56078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56078A

Black with #56078A

Text Example


Text Example

White with #56078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56078A; }

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

 H1.HeaderClassName
 {
   color: #56078A;
 }
 .AnyTagClassName
 {
   color: #56078A;
 }
</style>

background-color css

<style>
 a { background-color: #56078A; }

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

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

border-color css

<style>
 span { border-color: #56078A; }

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

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