#450475

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

Shades of Indigo #450475

Tints of Indigo #450475

Color information

#450475 (or 0x450475) is unknown color: approx Indigo. HEX triplet: 45, 04 and 75. RGB value is (69,4,117). Sum of RGB (Red+Green+Blue) = 69+4+117=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #450475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450475 is #BAFB8A. Grayscale: #232323. Windows color (decimal): -12254091 or 7668805. OLE color: 7668805.

HSL color Cylindrical-coordinate representation of color #450475: hue angle of 274.51º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450475 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB694117-
CMYK0.410.9700.54
HSL274.51º93.39%23.73%-
HSV(B)274.51º96.58%45.88%-
XYZ5.712.6417.04-
YUV36.32173.53151.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=36.32%
G=2.11%
B=61.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6941170.410.9700.54274.5193.3923.73
Hex4547529610361135d18
Octal10541655114106642313530
Binary1000101100111010110100111000010110110100010011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450475; }

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

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

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

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

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

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

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

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