#450562

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

Shades of Indigo #450562

Tints of Indigo #450562

Color information

#450562 (or 0x450562) is unknown color: approx Indigo. HEX triplet: 45, 05 and 62. RGB value is (69,5,98). Sum of RGB (Red+Green+Blue) = 69+5+98=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #450562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450562 is #BAFA9D. Grayscale: #222222. Windows color (decimal): -12253854 or 6423877. OLE color: 6423877.

HSL color Cylindrical-coordinate representation of color #450562: hue angle of 281.29º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450562 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB69598-
CMYK0.300.9500.62
HSL281.29º90.29%20.2%-
HSV(B)281.29º94.9%38.43%-
XYZ4.712.2611.74-
YUV34.74163.7152.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.12%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 98 (38.67% from 255) = 56.98%
R=40.12%
G=2.91%
B=56.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal695980.300.9500.62281.2990.2920.2
Hex455621E5F03E1195a14
Octal10551423613707643113224
Binary100010110111000101111010111110111110100011001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450562; }

 p { color: rgb(69,5,98); }

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

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

 a { background-color: rgb(69,5,98); }

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

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

 span { border-color: rgb(69,5,98); }

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