#45036C

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

Shades of Indigo #45036C

Tints of Indigo #45036C

Color information

#45036C (or 0x45036C) is unknown color: approx Indigo. HEX triplet: 45, 03 and 6C. RGB value is (69,3,108). Sum of RGB (Red+Green+Blue) = 69+3+108=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #45036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45036C is #BAFC93. Grayscale: #222222. Windows color (decimal): -12254356 or 7078725. OLE color: 7078725.

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

Color convert

RGB693108-
CMYK0.360.9700.58
HSL277.71º94.59%21.76%-
HSV(B)277.71º97.22%42.35%-
XYZ5.192.4114.38-
YUV34.7169.37152.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 108 (42.58% from 255) = 60%
R=38.33%
G=1.67%
B=60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6931080.360.9700.58277.7194.5921.76
Hex4536C246103A1165f16
Octal10531544414107242613726
Binary100010111110110010010011000010111010100010110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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