#4a0e85

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

Shades of Indigo #4A0E85

Tints of Indigo #4A0E85

Color information

#4A0E85 (or 0x4A0E85) is unknown color: approx Indigo. HEX triplet: 4A, 0E and 85. RGB value is (74,14,133). Sum of RGB (Red+Green+Blue) = 74+14+133=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A0E85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0E85 is #B5F17A. Grayscale: #2D2D2D. Windows color (decimal): -11923835 or 8719946. OLE color: 8719946.

HSL color Cylindrical-coordinate representation of color #4A0E85: hue angle of 270.25º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A0E85 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7414133-
CMYK0.440.8900.48
HSL270.25º80.95%28.82%-
HSV(B)270.25º89.47%52.16%-
XYZ7.213.4622.48-
YUV45.51177.38148.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 14 (5.86% from 255) = 6.33%
BLUE value IS 133 (52.34% from 255) = 60.18%
R=33.48%
G=6.33%
B=60.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74141330.440.8900.48270.2580.9528.82
Hex4AE852C5903010e511d
Octal112162055413106041612135
Binary100101011101000010110110010110010110000100001110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a0e85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,14,133); }

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

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

 a { background-color: rgb(74,14,133); }

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

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

 span { border-color: rgb(74,14,133); }

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