#4907AF

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

Shades of Indigo #4907AF

Tints of Indigo #4907AF

Color information

#4907AF (or 0x4907AF) is unknown color: approx Indigo. HEX triplet: 49, 07 and AF. RGB value is (73,7,175). Sum of RGB (Red+Green+Blue) = 73+7+175=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #4907AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4907AF is #B6F850. Grayscale: #2D2D2D. Windows color (decimal): -11991121 or 11470665. OLE color: 11470665.

HSL color Cylindrical-coordinate representation of color #4907AF: hue angle of 263.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4907AF is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB737175-
CMYK0.580.9600.31
HSL263.57º92.31%35.69%-
HSV(B)263.57º96%68.63%-
XYZ10.564.6640.9-
YUV45.89200.87147.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 7 (3.12% from 255) = 2.75%
BLUE value IS 175 (68.75% from 255) = 68.63%
R=28.63%
G=2.75%
B=68.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7371750.580.9600.31263.5792.3135.69
Hex497AF3A6001F1085c24
Octal11172577214003741013444
Binary10010011111010111111101011000000111111000010001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4907AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4907AF; }

 p { color: rgb(73,7,175); }

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

<style>
 a { background-color: #4907AF; }

 a { background-color: rgb(73,7,175); }

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

<style>
 span { border-color: #4907AF; }

 span { border-color: rgb(73,7,175); }

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