#451476

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

Shades of Indigo #451476

Tints of Indigo #451476

Color information

#451476 (or 0x451476) is unknown color: approx Indigo. HEX triplet: 45, 14 and 76. RGB value is (69,20,118). Sum of RGB (Red+Green+Blue) = 69+20+118=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #451476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451476 is #BAEB89. Grayscale: #2D2D2D. Windows color (decimal): -12249994 or 7738437. OLE color: 7738437.

HSL color Cylindrical-coordinate representation of color #451476: hue angle of 270º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451476 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6920118-
CMYK0.420.8300.54
HSL270º71.01%27.06%-
HSV(B)270º83.05%46.27%-
XYZ5.973.0717.42-
YUV45.82168.73144.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=33.33%
G=9.66%
B=57.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69201180.420.8300.5427071.0127.06
Hex4514762A5303610e471b
Octal105241665212306641610733
Binary100010110100111011010101010100110110110100001110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451476; }

 p { color: rgb(69,20,118); }

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

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

 a { background-color: rgb(69,20,118); }

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

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

 span { border-color: rgb(69,20,118); }

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