#451473

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

Shades of Indigo #451473

Tints of Indigo #451473

Color information

#451473 (or 0x451473) is unknown color: approx Indigo. HEX triplet: 45, 14 and 73. RGB value is (69,20,115). Sum of RGB (Red+Green+Blue) = 69+20+115=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #451473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451473 is #BAEB8C. Grayscale: #2D2D2D. Windows color (decimal): -12249997 or 7541829. OLE color: 7541829.

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

Color convert

RGB6920115-
CMYK0.40.8300.55
HSL270.95º70.37%26.47%-
HSV(B)270.95º82.61%45.1%-
XYZ5.8316.49-
YUV45.48167.23144.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.82%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=33.82%
G=9.80%
B=56.37%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69201150.40.8300.55270.9570.3726.47
Hex451473285303710f461a
Octal105241635012306741710632
Binary100010110100111001110100010100110110111100001111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451473; }

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

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

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

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

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

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

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

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