#450B73

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

Shades of Indigo #450B73

Tints of Indigo #450B73

Color information

#450B73 (or 0x450B73) is unknown color: approx Indigo. HEX triplet: 45, 0B and 73. RGB value is (69,11,115). Sum of RGB (Red+Green+Blue) = 69+11+115=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #450B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B73 is #BAF48C. Grayscale: #272727. Windows color (decimal): -12252301 or 7539525. OLE color: 7539525.

HSL color Cylindrical-coordinate representation of color #450B73: hue angle of 273.46º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450B73 is Cyan = 0.4, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6911115-
CMYK0.40.9000.55
HSL273.46º82.54%24.71%-
HSV(B)273.46º90.43%45.1%-
XYZ5.672.7416.45-
YUV40.2170.22148.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=35.38%
G=5.64%
B=58.97%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69111150.40.9000.55273.4682.5424.71
Hex45B73285A0371115319
Octal105131635013206742112331
Binary10001011011111001110100010110100110111100010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450B73; }

 p { color: rgb(69,11,115); }

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

<style>
 a { background-color: #450B73; }

 a { background-color: rgb(69,11,115); }

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

<style>
 span { border-color: #450B73; }

 span { border-color: rgb(69,11,115); }

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