#4807AE

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

Shades of Indigo #4807AE

Tints of Indigo #4807AE

Color information

#4807AE (or 0x4807AE) is unknown color: approx Indigo. HEX triplet: 48, 07 and AE. RGB value is (72,7,174). Sum of RGB (Red+Green+Blue) = 72+7+174=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #4807AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4807AE is #B7F851. Grayscale: #2C2C2C. Windows color (decimal): -12056658 or 11405128. OLE color: 11405128.

HSL color Cylindrical-coordinate representation of color #4807AE: hue angle of 263.35º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4807AE is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB727174-
CMYK0.590.9600.32
HSL263.35º92.27%35.49%-
HSV(B)263.35º95.98%68.24%-
XYZ10.394.5940.38-
YUV45.47200.53146.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 174 (68.36% from 255) = 68.77%
R=28.46%
G=2.77%
B=68.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7271740.590.9600.32263.3592.2735.49
Hex487AE3B600201075c23
Octal11072567314004040713443
Binary100100011110101110111011110000001000001000001111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4807AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4807AE; }

 p { color: rgb(72,7,174); }

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

<style>
 a { background-color: #4807AE; }

 a { background-color: rgb(72,7,174); }

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

<style>
 span { border-color: #4807AE; }

 span { border-color: rgb(72,7,174); }

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