#450760

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

Shades of Indigo #450760

Tints of Indigo #450760

Color information

#450760 (or 0x450760) is unknown color: approx Indigo. HEX triplet: 45, 07 and 60. RGB value is (69,7,96). Sum of RGB (Red+Green+Blue) = 69+7+96=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #450760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450760 is #BAF89F. Grayscale: #232323. Windows color (decimal): -12253344 or 6293317. OLE color: 6293317.

HSL color Cylindrical-coordinate representation of color #450760: hue angle of 281.8º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450760 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB69796-
CMYK0.280.9300.62
HSL281.8º86.41%20.2%-
HSV(B)281.8º92.71%37.65%-
XYZ4.642.2611.26-
YUV35.68162.04151.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.12%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=40.12%
G=4.07%
B=55.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697960.280.9300.62281.886.4120.2
Hex457601C5D03E11a5614
Octal10571403413507643212624
Binary100010111111000001110010111010111110100011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450760; }

 p { color: rgb(69,7,96); }

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

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

 a { background-color: rgb(69,7,96); }

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

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

 span { border-color: rgb(69,7,96); }

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