#450166

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

Shades of Indigo #450166

Tints of Indigo #450166

Color information

#450166 (or 0x450166) is unknown color: approx Indigo. HEX triplet: 45, 01 and 66. RGB value is (69,1,102). Sum of RGB (Red+Green+Blue) = 69+1+102=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #450166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450166 is #BAFE99. Grayscale: #202020. Windows color (decimal): -12254874 or 6684997. OLE color: 6684997.

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

Color convert

RGB691102-
CMYK0.320.9900.6
HSL280.4º98.06%20.2%-
HSV(B)280.4º99.02%40%-
XYZ4.862.2512.75-
YUV32.85167.03153.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.12%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 102 (40.23% from 255) = 59.30%
R=40.12%
G=0.58%
B=59.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6911020.320.9900.6280.498.0620.2
Hex45166206303C1186214
Octal10511464014307443014224
Binary10001011110011010000011000110111100100011000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450166; }

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

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

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

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

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

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

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

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