Html Css Color HEX #56027F Indigo

📋 copy color: '#56027F'

red 86 ◦ green 2 ◦ blue 127

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

Shades of Indigo #56027F

Tints of Indigo #56027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.07%

R = 40%
G = 0.93%
B = 59.07%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56027F (or 0x56027F) is known color: Indigo. HEX triplet: 56, 02 and 7F. RGB value is (86,2,127). Sum of RGB (Red+Green+Blue) = 86+2+127=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #56027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56027F is #A9FD80. Grayscale: #282828. Windows color (decimal): -11140481 or 8323670. OLE color: 8323670.

HSL color Cylindrical-coordinate representation of color #56027F: hue angle of 280.32º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56027F is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 2 127 -
CMYK 0.32 0.98 0 0.50
HSL 280.32º 0.97% 0.25% -
HSV(B) 280.32º 0.98% 0.5% -
XYZ 7.69 3.55 20.36 -
YUV 41.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 86 2 127 0.32 0.98 0 0.50 280.32 0.97 0.25
Hex 56 2 7F 20 62 0 32 118 61 19
Octal 126 2 177 40 142 0 62 430 141 31
Binary 1010110 10 1111111 100000 1100010 0 110010 100011000 1100001 11001

Color Harmonies of #56027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56027F

Black with #56027F

Text Example


Text Example

White with #56027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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