#450368

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

Shades of Indigo #450368

Tints of Indigo #450368

Color information

#450368 (or 0x450368) is unknown color: approx Indigo. HEX triplet: 45, 03 and 68. RGB value is (69,3,104). Sum of RGB (Red+Green+Blue) = 69+3+104=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #450368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450368 is #BAFC97. Grayscale: #212121. Windows color (decimal): -12254360 or 6816581. OLE color: 6816581.

HSL color Cylindrical-coordinate representation of color #450368: hue angle of 279.21º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450368 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB693104-
CMYK0.340.9700.59
HSL279.21º94.39%20.98%-
HSV(B)279.21º97.12%40.78%-
XYZ4.992.3313.28-
YUV34.25167.37152.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 104 (41.02% from 255) = 59.09%
R=39.20%
G=1.70%
B=59.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6931040.340.9700.59279.2194.3920.98
Hex45368226103B1175e15
Octal10531504214107342713625
Binary100010111110100010001011000010111011100010111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450368; }

 p { color: rgb(69,3,104); }

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

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

 a { background-color: rgb(69,3,104); }

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

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

 span { border-color: rgb(69,3,104); }

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