#451081

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

Shades of Indigo #451081

Tints of Indigo #451081

Color information

#451081 (or 0x451081) is unknown color: approx Indigo. HEX triplet: 45, 10 and 81. RGB value is (69,16,129). Sum of RGB (Red+Green+Blue) = 69+16+129=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #451081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451081 is #BAEF7E. Grayscale: #2C2C2C. Windows color (decimal): -12251007 or 8458309. OLE color: 8458309.

HSL color Cylindrical-coordinate representation of color #451081: hue angle of 268.14º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451081 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6916129-
CMYK0.470.8800.49
HSL268.14º77.93%28.43%-
HSV(B)268.14º87.6%50.59%-
XYZ6.63.2221.04-
YUV44.73175.56145.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.24%
GREEN value IS 16 (6.64% from 255) = 7.48%
BLUE value IS 129 (50.78% from 255) = 60.28%
R=32.24%
G=7.48%
B=60.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69161290.470.8800.49268.1477.9328.43
Hex4510812F5803110c4e1c
Octal105202015713006141411634
Binary1000101100001000000110111110110000110001100001100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451081; }

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

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

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

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

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

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

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

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