Html Css Color HEX #56009B Indigo

📋 copy color: '#56009B'

red 86 ◦ green 0 ◦ blue 155

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

Shades of Indigo #56009B

Tints of Indigo #56009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 35.68%
G = 0%
B = 64.32%

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

#56009B (or 0x56009B) is known color: Indigo. HEX triplet: 56, 00 and 9B. RGB value is (86,0,155). Sum of RGB (Red+Green+Blue) = 86+0+155=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #56009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56009B is #A9FF64. Grayscale: #2A2A2A. Windows color (decimal): -11140965 or 10158166. OLE color: 10158166.

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

Color convert

RGB 86 0 155 -
CMYK 0.45 1 0 0.39
HSL 273.29º 1% 0.3% -
HSV(B) 273.29º 1% 0.61% -
XYZ 9.75 4.34 31.33 -
YUV 43.38 190.99 158.4 -
System Red Green Blue C M Y K H S L
Decimal 86 0 155 0.45 1 0 0.39 273.29 1 0.3
Hex 56 0 9B 2D 64 0 27 111 64 1E
Octal 126 0 233 55 144 0 47 421 144 36
Binary 1010110 0 10011011 101101 1100100 0 100111 100010001 1100100 11110

Color Harmonies of #56009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56009B

Black with #56009B

Text Example


Text Example

White with #56009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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