#4D03AD

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

Shades of Indigo #4D03AD

Tints of Indigo #4D03AD

Color information

#4D03AD (or 0x4D03AD) is unknown color: approx Indigo. HEX triplet: 4D, 03 and AD. RGB value is (77,3,173). Sum of RGB (Red+Green+Blue) = 77+3+173=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D03AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D03AD is #B2FC52. Grayscale: #2B2B2B. Windows color (decimal): -11730003 or 11338573. OLE color: 11338573.

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

Color convert

RGB773173-
CMYK0.550.9800.32
HSL266.12º96.59%34.51%-
HSV(B)266.12º98.27%67.84%-
XYZ10.644.6639.87-
YUV44.51200.52151.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.43%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 173 (67.97% from 255) = 68.38%
R=30.43%
G=1.19%
B=68.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7731730.550.9800.32266.1296.5934.51
Hex4D3AD376202010a6123
Octal11532556714204041214143
Binary10011011110101101110111110001001000001000010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D03AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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