#4A0F85

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

Shades of Indigo #4A0F85

Tints of Indigo #4A0F85

Color information

#4A0F85 (or 0x4A0F85) is unknown color: approx Indigo. HEX triplet: 4A, 0F and 85. RGB value is (74,15,133). Sum of RGB (Red+Green+Blue) = 74+15+133=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A0F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0F85 is #B5F07A. Grayscale: #2D2D2D. Windows color (decimal): -11923579 or 8720202. OLE color: 8720202.

HSL color Cylindrical-coordinate representation of color #4A0F85: hue angle of 270º degrees, saturation: 0.8, 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 #4A0F85 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7415133-
CMYK0.440.8900.48
HSL270º79.73%29.02%-
HSV(B)270º88.72%52.16%-
XYZ7.233.4922.48-
YUV46.09177.05147.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 15 (6.25% from 255) = 6.76%
BLUE value IS 133 (52.34% from 255) = 59.91%
R=33.33%
G=6.76%
B=59.91%

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
Decimal74151330.440.8900.4827079.7329.02
Hex4AF852C5903010e501d
Octal112172055413106041612035
Binary100101011111000010110110010110010110000100001110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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