#451280

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

Shades of Indigo #451280

Tints of Indigo #451280

Color information

#451280 (or 0x451280) is unknown color: approx Indigo. HEX triplet: 45, 12 and 80. RGB value is (69,18,128). Sum of RGB (Red+Green+Blue) = 69+18+128=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #451280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451280 is #BAED7F. Grayscale: #2D2D2D. Windows color (decimal): -12250496 or 8393285. OLE color: 8393285.

HSL color Cylindrical-coordinate representation of color #451280: hue angle of 267.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451280 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6918128-
CMYK0.460.8600.50
HSL267.82º75.34%28.63%-
HSV(B)267.82º85.94%50.2%-
XYZ6.573.2620.7-
YUV45.79174.4144.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 128 (50.39% from 255) = 59.53%
R=32.09%
G=8.37%
B=59.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69181280.460.8600.50267.8275.3428.63
Hex4512802E5603210c4b1d
Octal105222005612606241411335
Binary1000101100101000000010111010101100110010100001100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451280; }

 p { color: rgb(69,18,128); }

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

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

 a { background-color: rgb(69,18,128); }

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

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

 span { border-color: rgb(69,18,128); }

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