#450467

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

Shades of Indigo #450467

Tints of Indigo #450467

Color information

#450467 (or 0x450467) is unknown color: approx Indigo. HEX triplet: 45, 04 and 67. RGB value is (69,4,103). Sum of RGB (Red+Green+Blue) = 69+4+103=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #450467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450467 is #BAFB98. Grayscale: #222222. Windows color (decimal): -12254105 or 6751301. OLE color: 6751301.

HSL color Cylindrical-coordinate representation of color #450467: hue angle of 279.39º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450467 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB694103-
CMYK0.330.9600.60
HSL279.39º92.52%20.98%-
HSV(B)279.39º96.12%40.39%-
XYZ4.952.3313.02-
YUV34.72166.53152.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 103 (40.62% from 255) = 58.52%
R=39.20%
G=2.27%
B=58.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6941030.330.9600.60279.3992.5220.98
Hex45467216003C1175d15
Octal10541474114007442713525
Binary1000101100110011110000111000000111100100010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450467; }

 p { color: rgb(69,4,103); }

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

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

 a { background-color: rgb(69,4,103); }

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

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

 span { border-color: rgb(69,4,103); }

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