Html Css Color HEX #56099A Indigo

📋 copy color: '#56099A'

red 86 ◦ green 9 ◦ blue 154

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

Shades of Indigo #56099A

Tints of Indigo #56099A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

 BLUE value IS 154 (60.55% from 255) = 61.85%

R = 34.54%
G = 3.61%
B = 61.85%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#56099A (or 0x56099A) is known color: Indigo. HEX triplet: 56, 09 and 9A. RGB value is (86,9,154). Sum of RGB (Red+Green+Blue) = 86+9+154=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #56099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56099A is #A9F665. Grayscale: #303030. Windows color (decimal): -11138662 or 10094934. OLE color: 10094934.

HSL color Cylindrical-coordinate representation of color #56099A: hue angle of 271.86º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56099A is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 9 154 -
CMYK 0.44 0.94 0 0.40
HSL 271.86º 0.89% 0.32% -
HSV(B) 271.86º 0.94% 0.6% -
XYZ 9.77 4.51 30.93 -
YUV 48.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 86 9 154 0.44 0.94 0 0.40 271.86 0.89 0.32
Hex 56 9 9A 2C 5E 0 28 110 59 20
Octal 126 11 232 54 136 0 50 420 131 40
Binary 1010110 1001 10011010 101100 1011110 0 101000 100010000 1011001 100000

Color Harmonies of #56099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56099A

Black with #56099A

Text Example


Text Example

White with #56099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,9,154); }

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

background-color css

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

 a { background-color: rgb(86,9,154); }

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

border-color css

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

 span { border-color: rgb(86,9,154); }

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