#4D1068

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

Shades of Indigo #4D1068

Tints of Indigo #4D1068

Color information

#4D1068 (or 0x4D1068) is unknown color: approx Indigo. HEX triplet: 4D, 10 and 68. RGB value is (77,16,104). Sum of RGB (Red+Green+Blue) = 77+16+104=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D1068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1068 is #B2EF97. Grayscale: #2B2B2B. Windows color (decimal): -11726744 or 6819917. OLE color: 6819917.

HSL color Cylindrical-coordinate representation of color #4D1068: hue angle of 281.59º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1068 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7716104-
CMYK0.260.8500.59
HSL281.59º73.33%23.53%-
HSV(B)281.59º84.62%40.78%-
XYZ5.742.9513.36-
YUV44.27161.71151.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.09%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=39.09%
G=8.12%
B=52.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77161040.260.8500.59281.5973.3323.53
Hex4D10681A5503B11a4918
Octal115201503212507343211130
Binary10011011000011010001101010101010111011100011010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,16,104); }

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

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

 a { background-color: rgb(77,16,104); }

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

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

 span { border-color: rgb(77,16,104); }

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