#45046E

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

Shades of Indigo #45046E

Tints of Indigo #45046E

Color information

#45046E (or 0x45046E) is unknown color: approx Indigo. HEX triplet: 45, 04 and 6E. RGB value is (69,4,110). Sum of RGB (Red+Green+Blue) = 69+4+110=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #45046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45046E is #BAFB91. Grayscale: #232323. Windows color (decimal): -12254098 or 7210053. OLE color: 7210053.

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

Color convert

RGB694110-
CMYK0.370.9600.57
HSL276.79º92.98%22.35%-
HSV(B)276.79º96.36%43.14%-
XYZ5.312.4814.95-
YUV35.52170.03151.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 110 (43.36% from 255) = 60.11%
R=37.70%
G=2.19%
B=60.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6941100.370.9600.57276.7992.9822.35
Hex4546E25600391155d16
Octal10541564514007142513526
Binary1000101100110111010010111000000111001100010101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45046E; }

 p { color: rgb(69,4,110); }

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

<style>
 a { background-color: #45046E; }

 a { background-color: rgb(69,4,110); }

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

<style>
 span { border-color: #45046E; }

 span { border-color: rgb(69,4,110); }

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