#450876

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

Shades of Indigo #450876

Tints of Indigo #450876

Color information

#450876 (or 0x450876) is unknown color: approx Indigo. HEX triplet: 45, 08 and 76. RGB value is (69,8,118). Sum of RGB (Red+Green+Blue) = 69+8+118=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #450876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450876 is #BAF789. Grayscale: #262626. Windows color (decimal): -12253066 or 7735365. OLE color: 7735365.

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

Color convert

RGB698118-
CMYK0.420.9300.54
HSL273.27º87.3%24.71%-
HSV(B)273.27º93.22%46.27%-
XYZ5.812.7517.36-
YUV38.78172.71149.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 118 (46.48% from 255) = 60.51%
R=35.38%
G=4.10%
B=60.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6981180.420.9300.54273.2787.324.71
Hex458762A5D0361115719
Octal105101665213506642112731
Binary10001011000111011010101010111010110110100010001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450876; }

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

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

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

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

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

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

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

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