#450199

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

Shades of Indigo #450199

Tints of Indigo #450199

Color information

#450199 (or 0x450199) is unknown color: approx Indigo. HEX triplet: 45, 01 and 99. RGB value is (69,1,153). Sum of RGB (Red+Green+Blue) = 69+1+153=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #450199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450199 is #BAFE66. Grayscale: #262626. Windows color (decimal): -12254823 or 10027333. OLE color: 10027333.

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

Color convert

RGB691153-
CMYK0.550.9900.4
HSL266.84º98.7%30.2%-
HSV(B)266.84º99.35%60%-
XYZ8.213.5930.4-
YUV38.66192.53149.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 153 (60.16% from 255) = 68.61%
R=30.94%
G=0.45%
B=68.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6911530.550.9900.4266.8498.730.2
Hex45199376302810b631e
Octal10512316714305041314336
Binary100010111001100111011111000110101000100001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450199; }

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

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

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

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

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

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

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

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