Html Css Color HEX #56099C Indigo

📋 copy color: '#56099C'

red 86 ◦ green 9 ◦ blue 156

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

Shades of Indigo #56099C

Tints of Indigo #56099C

RGB

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

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

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

R = 34.26%
G = 3.59%
B = 62.15%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56099C (or 0x56099C) is known color: Indigo. HEX triplet: 56, 09 and 9C. RGB value is (86,9,156). Sum of RGB (Red+Green+Blue) = 86+9+156=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #56099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56099C is #A9F663. Grayscale: #303030. Windows color (decimal): -11138660 or 10226006. OLE color: 10226006.

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

Color convert

RGB 86 9 156 -
CMYK 0.45 0.94 0 0.39
HSL 271.43º 0.89% 0.32% -
HSV(B) 271.43º 0.94% 0.61% -
XYZ 9.94 4.57 31.81 -
YUV 48.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 86 9 156 0.45 0.94 0 0.39 271.43 0.89 0.32
Hex 56 9 9C 2D 5E 0 27 10F 59 20
Octal 126 11 234 55 136 0 47 417 131 40
Binary 1010110 1001 10011100 101101 1011110 0 100111 100001111 1011001 100000

Color Harmonies of #56099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56099C

Black with #56099C

Text Example


Text Example

White with #56099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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