#45036E

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

Shades of Indigo #45036E

Tints of Indigo #45036E

Color information

#45036E (or 0x45036E) is unknown color: approx Indigo. HEX triplet: 45, 03 and 6E. RGB value is (69,3,110). Sum of RGB (Red+Green+Blue) = 69+3+110=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #45036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45036E is #BAFC91. Grayscale: #222222. Windows color (decimal): -12254354 or 7209797. OLE color: 7209797.

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

Color convert

RGB693110-
CMYK0.370.9700.57
HSL277.01º94.69%22.16%-
HSV(B)277.01º97.27%43.14%-
XYZ5.32.4614.95-
YUV34.93170.37152.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=37.91%
G=1.65%
B=60.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6931100.370.9700.57277.0194.6922.16
Hex4536E25610391155f16
Octal10531564514107142513726
Binary100010111110111010010111000010111001100010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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