Html Css Color HEX #56069E Indigo

📋 copy color: '#56069E'

red 86 ◦ green 6 ◦ blue 158

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

Shades of Indigo #56069E

Tints of Indigo #56069E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

 BLUE value IS 158 (62.11% from 255) = 63.2%

R = 34.4%
G = 2.4%
B = 63.2%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56069E (or 0x56069E) is known color: Indigo. HEX triplet: 56, 06 and 9E. RGB value is (86,6,158). Sum of RGB (Red+Green+Blue) = 86+6+158=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #56069E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56069E is #A9F961. Grayscale: #2E2E2E. Windows color (decimal): -11139426 or 10356310. OLE color: 10356310.

HSL color Cylindrical-coordinate representation of color #56069E: hue angle of 271.58º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56069E is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 6 158 -
CMYK 0.46 0.96 0 0.38
HSL 271.58º 0.93% 0.32% -
HSV(B) 271.58º 0.96% 0.62% -
XYZ 10.07 4.58 32.7 -
YUV 47.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 86 6 158 0.46 0.96 0 0.38 271.58 0.93 0.32
Hex 56 6 9E 2E 60 0 26 110 5D 20
Octal 126 6 236 56 140 0 46 420 135 40
Binary 1010110 110 10011110 101110 1100000 0 100110 100010000 1011101 100000

Color Harmonies of #56069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56069E

Black with #56069E

Text Example


Text Example

White with #56069E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,6,158); }

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

background-color css

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

 a { background-color: rgb(86,6,158); }

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

border-color css

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

 span { border-color: rgb(86,6,158); }

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