#450E9C

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

Shades of Indigo #450E9C

Tints of Indigo #450E9C

Color information

#450E9C (or 0x450E9C) is unknown color: approx Indigo. HEX triplet: 45, 0E and 9C. RGB value is (69,14,156). Sum of RGB (Red+Green+Blue) = 69+14+156=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #450E9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450E9C is #BAF163. Grayscale: #2E2E2E. Windows color (decimal): -12251492 or 10227269. OLE color: 10227269.

HSL color Cylindrical-coordinate representation of color #450E9C: hue angle of 263.24º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450E9C is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6914156-
CMYK0.560.9100.39
HSL263.24º83.53%33.33%-
HSV(B)263.24º91.03%61.18%-
XYZ8.613.9831.77-
YUV46.63189.72143.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 156 (61.33% from 255) = 65.27%
R=28.87%
G=5.86%
B=65.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69141560.560.9100.39263.2483.5333.33
Hex45E9C385B0271075421
Octal105162347013304740712441
Binary1000101111010011100111000101101101001111000001111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,14,156); }

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

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

 a { background-color: rgb(69,14,156); }

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

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

 span { border-color: rgb(69,14,156); }

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