#450F7B

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

Shades of Indigo #450F7B

Tints of Indigo #450F7B

Color information

#450F7B (or 0x450F7B) is unknown color: approx Indigo. HEX triplet: 45, 0F and 7B. RGB value is (69,15,123). Sum of RGB (Red+Green+Blue) = 69+15+123=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #450F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F7B is #BAF084. Grayscale: #2B2B2B. Windows color (decimal): -12251269 or 8064837. OLE color: 8064837.

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

Color convert

RGB6915123-
CMYK0.440.8800.52
HSL270º78.26%27.06%-
HSV(B)270º87.8%48.24%-
XYZ6.23.0419-
YUV43.46172.89146.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.33%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 123 (48.44% from 255) = 59.42%
R=33.33%
G=7.25%
B=59.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69151230.440.8800.5227078.2627.06
Hex45F7B2C5803410e4e1b
Octal105171735413006441611633
Binary10001011111111101110110010110000110100100001110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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