#451472

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

Shades of Indigo #451472

Tints of Indigo #451472

Color information

#451472 (or 0x451472) is unknown color: approx Indigo. HEX triplet: 45, 14 and 72. RGB value is (69,20,114). Sum of RGB (Red+Green+Blue) = 69+20+114=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #451472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451472 is #BAEB8D. Grayscale: #2D2D2D. Windows color (decimal): -12249998 or 7476293. OLE color: 7476293.

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

Color convert

RGB6920114-
CMYK0.390.8200.55
HSL271.28º70.15%26.27%-
HSV(B)271.28º82.46%44.71%-
XYZ5.742.9816.19-
YUV45.37166.73144.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=33.99%
G=9.85%
B=56.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69201140.390.8200.55271.2870.1526.27
Hex451472275203710f461a
Octal105241624712206741710632
Binary100010110100111001010011110100100110111100001111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451472; }

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

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

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

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

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

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

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

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