#450CA6

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

Shades of Indigo #450CA6

Tints of Indigo #450CA6

Color information

#450CA6 (or 0x450CA6) is unknown color: approx Indigo. HEX triplet: 45, 0C and A6. RGB value is (69,12,166). Sum of RGB (Red+Green+Blue) = 69+12+166=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 166 (65.23% from 255 or 67.21% from 247); Max value from RGB is 166 - color contains mainly: blue. Hex color #450CA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450CA6 is #BAF359. Grayscale: #2E2E2E. Windows color (decimal): -12251994 or 10882117. OLE color: 10882117.

HSL color Cylindrical-coordinate representation of color #450CA6: hue angle of 262.21º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450CA6 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6912166-
CMYK0.580.9300.35
HSL262.21º86.52%34.9%-
HSV(B)262.21º92.77%65.1%-
XYZ9.474.2836.4-
YUV46.6195.38143.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 166 (65.23% from 255) = 67.21%
R=27.94%
G=4.86%
B=67.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69121660.580.9300.35262.2186.5234.9
Hex45CA63A5D0231065723
Octal105142467213504340612743
Binary1000101110010100110111010101110101000111000001101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450CA6; }

 p { color: rgb(69,12,166); }

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

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

 a { background-color: rgb(69,12,166); }

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

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

 span { border-color: rgb(69,12,166); }

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