#4D0261

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

Shades of Indigo #4D0261

Tints of Indigo #4D0261

Color information

#4D0261 (or 0x4D0261) is unknown color: approx Indigo. HEX triplet: 4D, 02 and 61. RGB value is (77,2,97). Sum of RGB (Red+Green+Blue) = 77+2+97=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D0261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0261 is #B2FD9E. Grayscale: #222222. Windows color (decimal): -11730335 or 6357581. OLE color: 6357581.

HSL color Cylindrical-coordinate representation of color #4D0261: hue angle of 287.37º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0261 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB77297-
CMYK0.210.9800.62
HSL287.37º95.96%19.41%-
HSV(B)287.37º97.94%38.04%-
XYZ5.242.4811.51-
YUV35.25162.85157.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.75%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=43.75%
G=1.14%
B=55.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal772970.210.9800.62287.3795.9619.41
Hex4D261156203E11f6013
Octal11521412514207643714023
Binary10011011011000011010111000100111110100011111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,2,97); }

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

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

 a { background-color: rgb(77,2,97); }

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

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

 span { border-color: rgb(77,2,97); }

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