#450168

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

Shades of Indigo #450168

Tints of Indigo #450168

Color information

#450168 (or 0x450168) is unknown color: approx Indigo. HEX triplet: 45, 01 and 68. RGB value is (69,1,104). Sum of RGB (Red+Green+Blue) = 69+1+104=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #450168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450168 is #BAFE97. Grayscale: #202020. Windows color (decimal): -12254872 or 6816069. OLE color: 6816069.

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

Color convert

RGB691104-
CMYK0.340.9900.59
HSL279.61º98.1%20.59%-
HSV(B)279.61º99.04%40.78%-
XYZ4.962.2913.28-
YUV33.07168.03153.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 104 (41.02% from 255) = 59.77%
R=39.66%
G=0.57%
B=59.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6911040.340.9900.59279.6198.120.59
Hex45168226303B1186215
Octal10511504214307343014225
Binary10001011110100010001011000110111011100011000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450168; }

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

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

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

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

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

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

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

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