#450469

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

Shades of Indigo #450469

Tints of Indigo #450469

Color information

#450469 (or 0x450469) is unknown color: approx Indigo. HEX triplet: 45, 04 and 69. RGB value is (69,4,105). Sum of RGB (Red+Green+Blue) = 69+4+105=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #450469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450469 is #BAFB96. Grayscale: #222222. Windows color (decimal): -12254103 or 6882373. OLE color: 6882373.

HSL color Cylindrical-coordinate representation of color #450469: hue angle of 278.61º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450469 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB694105-
CMYK0.340.9600.59
HSL278.61º92.66%21.37%-
HSV(B)278.61º96.19%41.18%-
XYZ5.052.3713.56-
YUV34.95167.53152.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.76%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 105 (41.41% from 255) = 58.99%
R=38.76%
G=2.25%
B=58.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6941050.340.9600.59278.6192.6621.37
Hex45469226003B1175d15
Octal10541514214007342713525
Binary1000101100110100110001011000000111011100010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450469; }

 p { color: rgb(69,4,105); }

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

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

 a { background-color: rgb(69,4,105); }

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

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

 span { border-color: rgb(69,4,105); }

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