#451291

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

Shades of Indigo #451291

Tints of Indigo #451291

Color information

#451291 (or 0x451291) is unknown color: approx Indigo. HEX triplet: 45, 12 and 91. RGB value is (69,18,145). Sum of RGB (Red+Green+Blue) = 69+18+145=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #451291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451291 is #BAED6E. Grayscale: #2F2F2F. Windows color (decimal): -12250479 or 9507397. OLE color: 9507397.

HSL color Cylindrical-coordinate representation of color #451291: hue angle of 264.09º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451291 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6918145-
CMYK0.520.8800.43
HSL264.09º77.91%31.96%-
HSV(B)264.09º87.59%56.86%-
XYZ7.783.7427.1-
YUV47.73182.9143.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 145 (57.03% from 255) = 62.5%
R=29.74%
G=7.76%
B=62.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69181450.520.8800.43264.0977.9131.96
Hex451291345802B1084e20
Octal105222216413005341011640
Binary10001011001010010001110100101100001010111000010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451291; }

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

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

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

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

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

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

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

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