#451299

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

Shades of Indigo #451299

Tints of Indigo #451299

Color information

#451299 (or 0x451299) is unknown color: approx Indigo. HEX triplet: 45, 12 and 99. RGB value is (69,18,153). Sum of RGB (Red+Green+Blue) = 69+18+153=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #451299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451299 is #BAED66. Grayscale: #303030. Windows color (decimal): -12250471 or 10031685. OLE color: 10031685.

HSL color Cylindrical-coordinate representation of color #451299: hue angle of 262.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451299 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6918153-
CMYK0.550.8800.4
HSL262.67º78.95%33.53%-
HSV(B)262.67º88.24%60%-
XYZ8.42430.46-
YUV48.64186.9142.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 153 (60.16% from 255) = 63.75%
R=28.75%
G=7.5%
B=63.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69181530.550.8800.4262.6778.9533.53
Hex45129937580281074f22
Octal105222316713005040711742
Binary10001011001010011001110111101100001010001000001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451299; }

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

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

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

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

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

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

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

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