#45126E

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

Shades of Indigo #45126E

Tints of Indigo #45126E

Color information

#45126E (or 0x45126E) is unknown color: approx Indigo. HEX triplet: 45, 12 and 6E. RGB value is (69,18,110). Sum of RGB (Red+Green+Blue) = 69+18+110=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #45126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45126E is #BAED91. Grayscale: #2B2B2B. Windows color (decimal): -12250514 or 7213637. OLE color: 7213637.

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

Color convert

RGB6918110-
CMYK0.370.8400.57
HSL273.26º71.88%25.1%-
HSV(B)273.26º83.64%43.14%-
XYZ5.492.8215.01-
YUV43.74165.4146.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=35.03%
G=9.14%
B=55.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69181100.370.8400.57273.2671.8825.1
Hex45126E25540391114819
Octal105221564512407142111031
Binary100010110010110111010010110101000111001100010001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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