Html Css Color HEX #56029C Indigo

📋 copy color: '#56029C'

red 86 ◦ green 2 ◦ blue 156

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

Shades of Indigo #56029C

Tints of Indigo #56029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.93%

R = 35.25%
G = 0.82%
B = 63.93%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56029C (or 0x56029C) is known color: Indigo. HEX triplet: 56, 02 and 9C. RGB value is (86,2,156). Sum of RGB (Red+Green+Blue) = 86+2+156=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #56029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56029C is #A9FD63. Grayscale: #2C2C2C. Windows color (decimal): -11140452 or 10224214. OLE color: 10224214.

HSL color Cylindrical-coordinate representation of color #56029C: hue angle of 272.73º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56029C is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 2 156 -
CMYK 0.45 0.99 0 0.39
HSL 272.73º 0.97% 0.31% -
HSV(B) 272.73º 0.99% 0.61% -
XYZ 9.86 4.42 31.79 -
YUV 44.67 190.83 157.48 -
System Red Green Blue C M Y K H S L
Decimal 86 2 156 0.45 0.99 0 0.39 272.73 0.97 0.31
Hex 56 2 9C 2D 63 0 27 111 61 1F
Octal 126 2 234 55 143 0 47 421 141 37
Binary 1010110 10 10011100 101101 1100011 0 100111 100010001 1100001 11111

Color Harmonies of #56029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56029C

Black with #56029C

Text Example


Text Example

White with #56029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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