#450466

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

Shades of Indigo #450466

Tints of Indigo #450466

Color information

#450466 (or 0x450466) is unknown color: approx Indigo. HEX triplet: 45, 04 and 66. RGB value is (69,4,102). Sum of RGB (Red+Green+Blue) = 69+4+102=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #450466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450466 is #BAFB99. Grayscale: #222222. Windows color (decimal): -12254106 or 6685765. OLE color: 6685765.

HSL color Cylindrical-coordinate representation of color #450466: hue angle of 279.8º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450466 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB694102-
CMYK0.320.9600.6
HSL279.8º92.45%20.78%-
HSV(B)279.8º96.08%40%-
XYZ4.92.3112.76-
YUV34.61166.03152.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.43%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 102 (40.23% from 255) = 58.29%
R=39.43%
G=2.29%
B=58.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6941020.320.9600.6279.892.4520.78
Hex45466206003C1185c15
Octal10541464014007443013425
Binary1000101100110011010000011000000111100100011000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450466; }

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

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

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

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

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

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

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

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