#450161

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

Shades of Indigo #450161

Tints of Indigo #450161

Color information

#450161 (or 0x450161) is unknown color: approx Indigo. HEX triplet: 45, 01 and 61. RGB value is (69,1,97). Sum of RGB (Red+Green+Blue) = 69+1+97=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #450161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450161 is #BAFE9E. Grayscale: #1F1F1F. Windows color (decimal): -12254879 or 6357317. OLE color: 6357317.

HSL color Cylindrical-coordinate representation of color #450161: hue angle of 282.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450161 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB69197-
CMYK0.290.9900.62
HSL282.5º97.96%19.22%-
HSV(B)282.5º98.97%38.04%-
XYZ4.622.1511.48-
YUV32.28164.53154.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 97 (38.28% from 255) = 58.08%
R=41.32%
G=0.60%
B=58.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal691970.290.9900.62282.597.9619.22
Hex451611D6303E11a6213
Octal10511413514307643214223
Binary1000101111000011110111000110111110100011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450161; }

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

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

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

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

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

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

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

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