Html Css Color HEX #56028B Indigo

📋 copy color: '#56028B'

red 86 ◦ green 2 ◦ blue 139

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

Shades of Indigo #56028B

Tints of Indigo #56028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 37.89%
G = 0.88%
B = 61.23%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56028B (or 0x56028B) is known color: Indigo. HEX triplet: 56, 02 and 8B. RGB value is (86,2,139). Sum of RGB (Red+Green+Blue) = 86+2+139=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #56028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56028B is #A9FD74. Grayscale: #2A2A2A. Windows color (decimal): -11140469 or 9110102. OLE color: 9110102.

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

Color convert

RGB 86 2 139 -
CMYK 0.38 0.99 0 0.45
HSL 276.79º 0.97% 0.28% -
HSV(B) 276.79º 0.99% 0.55% -
XYZ 8.52 3.89 24.73 -
YUV 42.73 182.33 158.86 -
System Red Green Blue C M Y K H S L
Decimal 86 2 139 0.38 0.99 0 0.45 276.79 0.97 0.28
Hex 56 2 8B 26 63 0 2D 115 61 1C
Octal 126 2 213 46 143 0 55 425 141 34
Binary 1010110 10 10001011 100110 1100011 0 101101 100010101 1100001 11100

Color Harmonies of #56028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56028B

Black with #56028B

Text Example


Text Example

White with #56028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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