#450266

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

Shades of Indigo #450266

Tints of Indigo #450266

Color information

#450266 (or 0x450266) is unknown color: approx Indigo. HEX triplet: 45, 02 and 66. RGB value is (69,2,102). Sum of RGB (Red+Green+Blue) = 69+2+102=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #450266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450266 is #BAFD99. Grayscale: #212121. Windows color (decimal): -12254618 or 6685253. OLE color: 6685253.

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

Color convert

RGB692102-
CMYK0.320.9800.6
HSL280.2º96.15%20.39%-
HSV(B)280.2º98.04%40%-
XYZ4.872.2712.75-
YUV33.43166.7153.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.88%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 102 (40.23% from 255) = 58.96%
R=39.88%
G=1.16%
B=58.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6921020.320.9800.6280.296.1520.39
Hex45266206203C1186014
Octal10521464014207443014024
Binary100010110110011010000011000100111100100011000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450266; }

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

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

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

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

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

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

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

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