Html Css Color HEX #56008B Indigo

📋 copy color: '#56008B'

red 86 ◦ green 0 ◦ blue 139

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

Shades of Indigo #56008B

Tints of Indigo #56008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.78%

R = 38.22%
G = 0%
B = 61.78%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56008B (or 0x56008B) is known color: Indigo. HEX triplet: 56, 00 and 8B. RGB value is (86,0,139). Sum of RGB (Red+Green+Blue) = 86+0+139=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #56008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56008B is #A9FF74. Grayscale: #292929. Windows color (decimal): -11140981 or 9109590. OLE color: 9109590.

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

Color convert

RGB 86 0 139 -
CMYK 0.38 1 0 0.45
HSL 277.12º 1% 0.27% -
HSV(B) 277.12º 1% 0.55% -
XYZ 8.5 3.84 24.72 -
YUV 41.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 86 0 139 0.38 1 0 0.45 277.12 1 0.27
Hex 56 0 8B 26 64 0 2D 115 64 1B
Octal 126 0 213 46 144 0 55 425 144 33
Binary 1010110 0 10001011 100110 1100100 0 101101 100010101 1100100 11011

Color Harmonies of #56008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56008B

Black with #56008B

Text Example


Text Example

White with #56008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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