#450E75

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

Shades of Indigo #450E75

Tints of Indigo #450E75

Color information

#450E75 (or 0x450E75) is unknown color: approx Indigo. HEX triplet: 45, 0E and 75. RGB value is (69,14,117). Sum of RGB (Red+Green+Blue) = 69+14+117=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #450E75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450E75 is #BAF18A. Grayscale: #292929. Windows color (decimal): -12251531 or 7671365. OLE color: 7671365.

HSL color Cylindrical-coordinate representation of color #450E75: hue angle of 272.04º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450E75 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6914117-
CMYK0.410.8800.54
HSL272.04º78.63%25.69%-
HSV(B)272.04º88.03%45.88%-
XYZ5.822.8617.08-
YUV42.19170.22147.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 14 (5.86% from 255) = 7%
BLUE value IS 117 (46.09% from 255) = 58.5%
R=34.5%
G=7%
B=58.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69141170.410.8800.54272.0478.6325.69
Hex45E7529580361104f1a
Octal105161655113006642011732
Binary10001011110111010110100110110000110110100010000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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