#4A0378

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

Shades of Indigo #4A0378

Tints of Indigo #4A0378

Color information

#4A0378 (or 0x4A0378) is unknown color: approx Indigo. HEX triplet: 4A, 03 and 78. RGB value is (74,3,120). Sum of RGB (Red+Green+Blue) = 74+3+120=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A0378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0378 is #B5FC87. Grayscale: #252525. Windows color (decimal): -11926664 or 7865162. OLE color: 7865162.

HSL color Cylindrical-coordinate representation of color #4A0378: hue angle of 276.41º degrees, saturation: 0.95, 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 #4A0378 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB743120-
CMYK0.380.9800.53
HSL276.41º95.12%24.12%-
HSV(B)276.41º97.5%47.06%-
XYZ6.252.8818-
YUV37.57174.52153.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.56%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=37.56%
G=1.52%
B=60.91%

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
Decimal7431200.380.9800.53276.4195.1224.12
Hex4A37826620351145f18
Octal11231704614206542413730
Binary100101011111100010011011000100110101100010100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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