#4A0F82

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

Shades of Indigo #4A0F82

Tints of Indigo #4A0F82

Color information

#4A0F82 (or 0x4A0F82) is unknown color: approx Indigo. HEX triplet: 4A, 0F and 82. RGB value is (74,15,130). Sum of RGB (Red+Green+Blue) = 74+15+130=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A0F82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0F82 is #B5F07D. Grayscale: #2D2D2D. Windows color (decimal): -11923582 or 8523594. OLE color: 8523594.

HSL color Cylindrical-coordinate representation of color #4A0F82: hue angle of 270.78º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A0F82 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7415130-
CMYK0.430.8800.49
HSL270.78º79.31%28.43%-
HSV(B)270.78º88.46%50.98%-
XYZ7.023.4121.41-
YUV45.75175.55148.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.79%
GREEN value IS 15 (6.25% from 255) = 6.85%
BLUE value IS 130 (51.17% from 255) = 59.36%
R=33.79%
G=6.85%
B=59.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74151300.430.8800.49270.7879.3128.43
Hex4AF822B5803110f4f1c
Octal112172025313006141711734
Binary100101011111000001010101110110000110001100001111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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