#450975

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

Shades of Indigo #450975

Tints of Indigo #450975

Color information

#450975 (or 0x450975) is unknown color: approx Indigo. HEX triplet: 45, 09 and 75. RGB value is (69,9,117). Sum of RGB (Red+Green+Blue) = 69+9+117=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #450975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450975 is #BAF68A. Grayscale: #262626. Windows color (decimal): -12252811 or 7670085. OLE color: 7670085.

HSL color Cylindrical-coordinate representation of color #450975: hue angle of 273.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450975 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB699117-
CMYK0.410.9200.54
HSL273.33º85.71%24.71%-
HSV(B)273.33º92.31%45.88%-
XYZ5.762.7417.06-
YUV39.25171.88149.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 117 (46.09% from 255) = 60%
R=35.38%
G=4.62%
B=60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6991170.410.9200.54273.3385.7124.71
Hex45975295C0361115619
Octal105111655113406642112631
Binary10001011001111010110100110111000110110100010001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450975; }

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

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

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

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

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

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

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

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