#4D03AC

Color #4D03AC Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4D03AC

Tints of Indigo #4D03AC

Color information

#4D03AC (or 0x4D03AC) is unknown color: approx Indigo. HEX triplet: 4D, 03 and AC. RGB value is (77,3,172). Sum of RGB (Red+Green+Blue) = 77+3+172=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D03AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D03AC is #B2FC53. Grayscale: #2B2B2B. Windows color (decimal): -11730004 or 11273037. OLE color: 11273037.

HSL color Cylindrical-coordinate representation of color #4D03AC: hue angle of 266.27º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D03AC is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB773172-
CMYK0.550.9800.33
HSL266.27º96.57%34.31%-
HSV(B)266.27º98.26%67.45%-
XYZ10.544.6239.37-
YUV44.39200.02151.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 172 (67.58% from 255) = 68.25%
R=30.56%
G=1.19%
B=68.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7731720.550.9800.33266.2796.5734.31
Hex4D3AC376202110a6122
Octal11532546714204141214142
Binary10011011110101100110111110001001000011000010101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D03AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D03AC; }

 p { color: rgb(77,3,172); }

 H1.HeaderClassName
 {
   color: #4D03AC;
 }
 .AnyTagClassName
 {
   color: #4D03AC;
 }
</style>
background-color css

<style>
 a { background-color: #4D03AC; }

 a { background-color: rgb(77,3,172); }

 div.DivClassName
 {
   background-color: #4D03AC;
 }
 .BgClassName
 {
   background-color: #4D03AC;
 }
</style>
border-color css

<style>
 span { border-color: #4D03AC; }

 span { border-color: rgb(77,3,172); }

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