#451286

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

Shades of Indigo #451286

Tints of Indigo #451286

Color information

#451286 (or 0x451286) is unknown color: approx Indigo. HEX triplet: 45, 12 and 86. RGB value is (69,18,134). Sum of RGB (Red+Green+Blue) = 69+18+134=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #451286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451286 is #BAED79. Grayscale: #2E2E2E. Windows color (decimal): -12250490 or 8786501. OLE color: 8786501.

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

Color convert

RGB6918134-
CMYK0.490.8700.47
HSL266.38º76.32%29.8%-
HSV(B)266.38º86.57%52.55%-
XYZ6.973.4222.85-
YUV46.47177.4144.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 134 (52.73% from 255) = 60.63%
R=31.22%
G=8.14%
B=60.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69181340.490.8700.47266.3876.3229.8
Hex451286315702F10a4c1e
Octal105222066112705741211436
Binary1000101100101000011011000110101110101111100001010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451286; }

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

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

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

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

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

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

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

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