#4A0878

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

Shades of Indigo #4A0878

Tints of Indigo #4A0878

Color information

#4A0878 (or 0x4A0878) is unknown color: approx Indigo. HEX triplet: 4A, 08 and 78. RGB value is (74,8,120). Sum of RGB (Red+Green+Blue) = 74+8+120=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A0878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0878 is #B5F787. Grayscale: #282828. Windows color (decimal): -11925384 or 7866442. OLE color: 7866442.

HSL color Cylindrical-coordinate representation of color #4A0878: hue angle of 275.36º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0878 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB748120-
CMYK0.380.9300.53
HSL275.36º87.5%25.1%-
HSV(B)275.36º93.33%47.06%-
XYZ6.32.9918.01-
YUV40.5172.87151.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.63%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=36.63%
G=3.96%
B=59.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7481200.380.9300.53275.3687.525.1
Hex4A878265D0351135819
Octal112101704613506542313031
Binary10010101000111100010011010111010110101100010011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,8,120); }

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

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

 a { background-color: rgb(74,8,120); }

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

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

 span { border-color: rgb(74,8,120); }

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