#450076

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

Shades of Indigo #450076

Tints of Indigo #450076

Color information

#450076 (or 0x450076) is unknown color: approx Indigo. HEX triplet: 45, 00 and 76. RGB value is (69,0,118). Sum of RGB (Red+Green+Blue) = 69+0+118=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #450076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450076 is #BAFF89. Grayscale: #212121. Windows color (decimal): -12255114 or 7733317. OLE color: 7733317.

HSL color Cylindrical-coordinate representation of color #450076: hue angle of 275.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450076 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB690118-
CMYK0.42100.54
HSL275.08º100%23.14%-
HSV(B)275.08º100%46.27%-
XYZ5.722.5717.33-
YUV34.08175.36152.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 63.10%
R=36.90%
G=0%
B=63.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6901180.42100.54275.0810023.14
Hex450762A640361136417
Octal10501665214406642314427
Binary10001010111011010101011001000110110100010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450076; }

 p { color: rgb(69,0,118); }

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

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

 a { background-color: rgb(69,0,118); }

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

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

 span { border-color: rgb(69,0,118); }

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