#451486

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

Shades of Indigo #451486

Tints of Indigo #451486

Color information

#451486 (or 0x451486) is unknown color: approx Indigo. HEX triplet: 45, 14 and 86. RGB value is (69,20,134). Sum of RGB (Red+Green+Blue) = 69+20+134=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #451486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451486 is #BAEB79. Grayscale: #2F2F2F. Windows color (decimal): -12249978 or 8787013. OLE color: 8787013.

HSL color Cylindrical-coordinate representation of color #451486: hue angle of 265.79º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451486 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6920134-
CMYK0.490.8500.47
HSL265.79º74.03%30.2%-
HSV(B)265.79º85.07%52.55%-
XYZ7.013.4922.86-
YUV47.65176.73143.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 134 (52.73% from 255) = 60.09%
R=30.94%
G=8.97%
B=60.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69201340.490.8500.47265.7974.0330.2
Hex451486315502F10a4a1e
Octal105242066112505741211236
Binary1000101101001000011011000110101010101111100001010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451486; }

 p { color: rgb(69,20,134); }

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

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

 a { background-color: rgb(69,20,134); }

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

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

 span { border-color: rgb(69,20,134); }

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