Html Css Color HEX #56009C Indigo

📋 copy color: '#56009C'

red 86 ◦ green 0 ◦ blue 156

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

Shades of Indigo #56009C

Tints of Indigo #56009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.54%
G = 0%
B = 64.46%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56009C (or 0x56009C) is known color: Indigo. HEX triplet: 56, 00 and 9C. RGB value is (86,0,156). Sum of RGB (Red+Green+Blue) = 86+0+156=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #56009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56009C is #A9FF63. Grayscale: #2A2A2A. Windows color (decimal): -11140964 or 10223702. OLE color: 10223702.

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

Color convert

RGB 86 0 156 -
CMYK 0.45 1 0 0.39
HSL 273.08º 1% 0.31% -
HSV(B) 273.08º 1% 0.61% -
XYZ 9.84 4.38 31.78 -
YUV 43.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 86 0 156 0.45 1 0 0.39 273.08 1 0.31
Hex 56 0 9C 2D 64 0 27 111 64 1F
Octal 126 0 234 55 144 0 47 421 144 37
Binary 1010110 0 10011100 101101 1100100 0 100111 100010001 1100100 11111

Color Harmonies of #56009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56009C

Black with #56009C

Text Example


Text Example

White with #56009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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