#4506a1

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

Shades of Indigo #4506A1

Tints of Indigo #4506A1

Color information

#4506A1 (or 0x4506A1) is unknown color: approx Indigo. HEX triplet: 45, 06 and A1. RGB value is (69,6,161). Sum of RGB (Red+Green+Blue) = 69+6+161=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 161 (63.28% from 255 or 68.22% from 236); Max value from RGB is 161 - color contains mainly: blue. Hex color #4506A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4506A1 is #BAF95E. Grayscale: #292929. Windows color (decimal): -12253535 or 10552901. OLE color: 10552901.

HSL color Cylindrical-coordinate representation of color #4506A1: hue angle of 264.39º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4506A1 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB696161-
CMYK0.570.9600.37
HSL264.39º92.81%32.75%-
HSV(B)264.39º96.27%63.14%-
XYZ8.953.9734.01-
YUV42.51194.87146.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 6 (2.73% from 255) = 2.54%
BLUE value IS 161 (63.28% from 255) = 68.22%
R=29.24%
G=2.54%
B=68.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6961610.570.9600.37264.3992.8132.75
Hex456A139600251085d21
Octal10562417114004541013541
Binary100010111010100001111001110000001001011000010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4506a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4506a1; }

 p { color: rgb(69,6,161); }

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

<style>
 a { background-color: #4506a1; }

 a { background-color: rgb(69,6,161); }

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

<style>
 span { border-color: #4506a1; }

 span { border-color: rgb(69,6,161); }

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