#4A0C74

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

Shades of Indigo #4A0C74

Tints of Indigo #4A0C74

Color information

#4A0C74 (or 0x4A0C74) is unknown color: approx Indigo. HEX triplet: 4A, 0C and 74. RGB value is (74,12,116). Sum of RGB (Red+Green+Blue) = 74+12+116=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A0C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0C74 is #B5F38B. Grayscale: #2A2A2A. Windows color (decimal): -11924364 or 7605322. OLE color: 7605322.

HSL color Cylindrical-coordinate representation of color #4A0C74: hue angle of 275.77º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A0C74 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7412116-
CMYK0.360.9000.55
HSL275.77º81.25%25.1%-
HSV(B)275.77º89.66%45.49%-
XYZ6.112.9816.78-
YUV42.39169.54150.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.63%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 116 (45.70% from 255) = 57.43%
R=36.63%
G=5.94%
B=57.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74121160.360.9000.55275.7781.2525.1
Hex4AC74245A0371145119
Octal112141644413206742412131
Binary10010101100111010010010010110100110111100010100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,12,116); }

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

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

 a { background-color: rgb(74,12,116); }

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

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

 span { border-color: rgb(74,12,116); }

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