#451474

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

Shades of Indigo #451474

Tints of Indigo #451474

Color information

#451474 (or 0x451474) is unknown color: approx Indigo. HEX triplet: 45, 14 and 74. RGB value is (69,20,116). Sum of RGB (Red+Green+Blue) = 69+20+116=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #451474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451474 is #BAEB8B. Grayscale: #2D2D2D. Windows color (decimal): -12249996 or 7607365. OLE color: 7607365.

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

Color convert

RGB6920116-
CMYK0.410.8300.55
HSL270.62º70.59%26.67%-
HSV(B)270.62º82.76%45.49%-
XYZ5.863.0316.8-
YUV45.6167.73144.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.66%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 116 (45.70% from 255) = 56.59%
R=33.66%
G=9.76%
B=56.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69201160.410.8300.55270.6270.5926.67
Hex451474295303710f471b
Octal105241645112306741710733
Binary100010110100111010010100110100110110111100001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451474; }

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

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

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

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

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

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

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

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