#450165

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

Shades of Indigo #450165

Tints of Indigo #450165

Color information

#450165 (or 0x450165) is unknown color: approx Indigo. HEX triplet: 45, 01 and 65. RGB value is (69,1,101). Sum of RGB (Red+Green+Blue) = 69+1+101=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #450165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450165 is #BAFE9A. Grayscale: #202020. Windows color (decimal): -12254875 or 6619461. OLE color: 6619461.

HSL color Cylindrical-coordinate representation of color #450165: hue angle of 280.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450165 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB691101-
CMYK0.320.9900.60
HSL280.8º98.04%20%-
HSV(B)280.8º99.01%39.61%-
XYZ4.812.2312.49-
YUV32.73166.53153.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.35%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 101 (39.84% from 255) = 59.06%
R=40.35%
G=0.58%
B=59.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6911010.320.9900.60280.898.0420
Hex45165206303C1196214
Octal10511454014307443114224
Binary10001011110010110000011000110111100100011001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450165; }

 p { color: rgb(69,1,101); }

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

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

 a { background-color: rgb(69,1,101); }

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

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

 span { border-color: rgb(69,1,101); }

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