#450B7B

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

Shades of Indigo #450B7B

Tints of Indigo #450B7B

Color information

#450B7B (or 0x450B7B) is unknown color: approx Indigo. HEX triplet: 45, 0B and 7B. RGB value is (69,11,123). Sum of RGB (Red+Green+Blue) = 69+11+123=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #450B7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B7B is #BAF484. Grayscale: #282828. Windows color (decimal): -12252293 or 8063813. OLE color: 8063813.

HSL color Cylindrical-coordinate representation of color #450B7B: hue angle of 271.07º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450B7B is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6911123-
CMYK0.440.9100.52
HSL271.07º83.58%26.27%-
HSV(B)271.07º91.06%48.24%-
XYZ6.152.9318.98-
YUV41.11174.22147.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 123 (48.44% from 255) = 60.59%
R=33.99%
G=5.42%
B=60.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69111230.440.9100.52271.0783.5826.27
Hex45B7B2C5B03410f541a
Octal105131735413306441712432
Binary10001011011111101110110010110110110100100001111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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