#4A1495

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

Shades of Indigo #4A1495

Tints of Indigo #4A1495

Color information

#4A1495 (or 0x4A1495) is unknown color: approx Indigo. HEX triplet: 4A, 14 and 95. RGB value is (74,20,149). Sum of RGB (Red+Green+Blue) = 74+20+149=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A1495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1495 is #B5EB6A. Grayscale: #323232. Windows color (decimal): -11922283 or 9770058. OLE color: 9770058.

HSL color Cylindrical-coordinate representation of color #4A1495: hue angle of 265.12º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A1495 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7420149-
CMYK0.500.8700.42
HSL265.12º76.33%33.14%-
HSV(B)265.12º86.58%58.43%-
XYZ8.54.1328.78-
YUV50.85183.39144.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=30.45%
G=8.23%
B=61.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74201490.500.8700.42265.1276.3333.14
Hex4A1495325702A1094c21
Octal112242256212705241111441
Binary10010101010010010101110010101011101010101000010011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,20,149); }

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

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

 a { background-color: rgb(74,20,149); }

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

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

 span { border-color: rgb(74,20,149); }

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