#45036D

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

Shades of Indigo #45036D

Tints of Indigo #45036D

Color information

#45036D (or 0x45036D) is unknown color: approx Indigo. HEX triplet: 45, 03 and 6D. RGB value is (69,3,109). Sum of RGB (Red+Green+Blue) = 69+3+109=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #45036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45036D is #BAFC92. Grayscale: #222222. Windows color (decimal): -12254355 or 7144261. OLE color: 7144261.

HSL color Cylindrical-coordinate representation of color #45036D: hue angle of 277.36º 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 #45036D is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB693109-
CMYK0.370.9700.57
HSL277.36º94.64%21.96%-
HSV(B)277.36º97.25%42.75%-
XYZ5.252.4314.66-
YUV34.82169.87152.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 109 (42.97% from 255) = 60.22%
R=38.12%
G=1.66%
B=60.22%

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
Decimal6931090.370.9700.57277.3694.6421.96
Hex4536D25610391155f16
Octal10531554514107142513726
Binary100010111110110110010111000010111001100010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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