Html Css Color HEX #56027C Indigo

📋 copy color: '#56027C'

red 86 ◦ green 2 ◦ blue 124

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

Shades of Indigo #56027C

Tints of Indigo #56027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 40.57%
G = 0.94%
B = 58.49%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56027C (or 0x56027C) is known color: Indigo. HEX triplet: 56, 02 and 7C. RGB value is (86,2,124). Sum of RGB (Red+Green+Blue) = 86+2+124=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #56027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56027C is #A9FD83. Grayscale: #282828. Windows color (decimal): -11140484 or 8127062. OLE color: 8127062.

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

Color convert

RGB 86 2 124 -
CMYK 0.31 0.98 0 0.51
HSL 281.31º 0.97% 0.25% -
HSV(B) 281.31º 0.98% 0.49% -
XYZ 7.5 3.48 19.34 -
YUV 41.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 86 2 124 0.31 0.98 0 0.51 281.31 0.97 0.25
Hex 56 2 7C 1F 62 0 33 119 61 19
Octal 126 2 174 37 142 0 63 431 141 31
Binary 1010110 10 1111100 11111 1100010 0 110011 100011001 1100001 11001

Color Harmonies of #56027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56027C

Black with #56027C

Text Example


Text Example

White with #56027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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