Html Css Color HEX #56027A Indigo

📋 copy color: '#56027A'

red 86 ◦ green 2 ◦ blue 122

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

Shades of Indigo #56027A

Tints of Indigo #56027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 58.1%

R = 40.95%
G = 0.95%
B = 58.1%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56027A (or 0x56027A) is known color: Indigo. HEX triplet: 56, 02 and 7A. RGB value is (86,2,122). Sum of RGB (Red+Green+Blue) = 86+2+122=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #56027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56027A is #A9FD85. Grayscale: #282828. Windows color (decimal): -11140486 or 7995990. OLE color: 7995990.

HSL color Cylindrical-coordinate representation of color #56027A: hue angle of 282º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56027A is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 2 122 -
CMYK 0.30 0.98 0 0.52
HSL 282º 0.97% 0.24% -
HSV(B) 282º 0.98% 0.48% -
XYZ 7.37 3.43 18.69 -
YUV 40.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 86 2 122 0.30 0.98 0 0.52 282 0.97 0.24
Hex 56 2 7A 1E 62 0 34 11A 61 18
Octal 126 2 172 36 142 0 64 432 141 30
Binary 1010110 10 1111010 11110 1100010 0 110100 100011010 1100001 11000

Color Harmonies of #56027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56027A

Black with #56027A

Text Example


Text Example

White with #56027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56027A; }

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

 H1.HeaderClassName
 {
   color: #56027A;
 }
 .AnyTagClassName
 {
   color: #56027A;
 }
</style>

background-color css

<style>
 a { background-color: #56027A; }

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

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

border-color css

<style>
 span { border-color: #56027A; }

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

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