#451076

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

Shades of Indigo #451076

Tints of Indigo #451076

Color information

#451076 (or 0x451076) is unknown color: approx Indigo. HEX triplet: 45, 10 and 76. RGB value is (69,16,118). Sum of RGB (Red+Green+Blue) = 69+16+118=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #451076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451076 is #BAEF89. Grayscale: #2B2B2B. Windows color (decimal): -12251018 or 7737413. OLE color: 7737413.

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

Color convert

RGB6916118-
CMYK0.420.8600.54
HSL271.18º76.12%26.27%-
HSV(B)271.18º86.44%46.27%-
XYZ5.912.9417.4-
YUV43.48170.06146.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=33.99%
G=7.88%
B=58.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69161180.420.8600.54271.1876.1226.27
Hex4510762A5603610f4c1a
Octal105201665212606641711432
Binary100010110000111011010101010101100110110100001111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451076; }

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

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

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

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

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

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

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

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