#4A0278

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

Shades of Indigo #4A0278

Tints of Indigo #4A0278

Color information

#4A0278 (or 0x4A0278) is unknown color: approx Indigo. HEX triplet: 4A, 02 and 78. RGB value is (74,2,120). Sum of RGB (Red+Green+Blue) = 74+2+120=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A0278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0278 is #B5FD87. Grayscale: #242424. Windows color (decimal): -11926920 or 7864906. OLE color: 7864906.

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

Color convert

RGB742120-
CMYK0.380.9800.53
HSL276.61º96.72%23.92%-
HSV(B)276.61º98.33%47.06%-
XYZ6.242.8617.99-
YUV36.98174.85154.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.76%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 120 (47.27% from 255) = 61.22%
R=37.76%
G=1.02%
B=61.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7421200.380.9800.53276.6196.7223.92
Hex4A27826620351156118
Octal11221704614206542514130
Binary100101010111100010011011000100110101100010101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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