#450C6A

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

Shades of Indigo #450C6A

Tints of Indigo #450C6A

Color information

#450C6A (or 0x450C6A) is unknown color: approx Indigo. HEX triplet: 45, 0C and 6A. RGB value is (69,12,106). Sum of RGB (Red+Green+Blue) = 69+12+106=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #450C6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C6A is #BAF395. Grayscale: #272727. Windows color (decimal): -12252054 or 6949957. OLE color: 6949957.

HSL color Cylindrical-coordinate representation of color #450C6A: hue angle of 276.38º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450C6A is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6912106-
CMYK0.350.8900.58
HSL276.38º79.66%23.14%-
HSV(B)276.38º88.68%41.57%-
XYZ5.192.5713.86-
YUV39.76165.38148.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 106 (41.80% from 255) = 56.68%
R=36.90%
G=6.42%
B=56.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69121060.350.8900.58276.3879.6623.14
Hex45C6A235903A1145017
Octal105141524313107242412027
Binary10001011100110101010001110110010111010100010100101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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