#450063

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

Shades of Indigo #450063

Tints of Indigo #450063

Color information

#450063 (or 0x450063) is unknown color: approx Indigo. HEX triplet: 45, 00 and 63. RGB value is (69,0,99). Sum of RGB (Red+Green+Blue) = 69+0+99=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #450063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450063 is #BAFF9C. Grayscale: #1F1F1F. Windows color (decimal): -12255133 or 6488133. OLE color: 6488133.

HSL color Cylindrical-coordinate representation of color #450063: hue angle of 281.82º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450063 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB69099-
CMYK0.30100.61
HSL281.82º100%19.41%-
HSV(B)281.82º100%38.82%-
XYZ4.712.1711.97-
YUV31.92165.86154.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=41.07%
G=0%
B=58.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal690990.30100.61281.8210019.41
Hex450631E6403D11a6413
Octal10501433614407543214423
Binary1000101011000111111011001000111101100011010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450063; }

 p { color: rgb(69,0,99); }

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

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

 a { background-color: rgb(69,0,99); }

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

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

 span { border-color: rgb(69,0,99); }

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