#4E0265

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

Shades of Indigo #4E0265

Tints of Indigo #4E0265

Color information

#4E0265 (or 0x4E0265) is unknown color: approx Indigo. HEX triplet: 4E, 02 and 65. RGB value is (78,2,101). Sum of RGB (Red+Green+Blue) = 78+2+101=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E0265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0265 is #B1FD9A. Grayscale: #232323. Windows color (decimal): -11664795 or 6619726. OLE color: 6619726.

HSL color Cylindrical-coordinate representation of color #4E0265: hue angle of 286.06º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E0265 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB782101-
CMYK0.230.9800.60
HSL286.06º96.12%20.2%-
HSV(B)286.06º98.02%39.61%-
XYZ5.512.612.52-
YUV36.01164.68157.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.09%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 101 (39.84% from 255) = 55.80%
R=43.09%
G=1.10%
B=55.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7821010.230.9800.60286.0696.1220.2
Hex4E265176203C11e6014
Octal11621452714207443614024
Binary10011101011001011011111000100111100100011110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,2,101); }

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

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

 a { background-color: rgb(78,2,101); }

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

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

 span { border-color: rgb(78,2,101); }

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