#451272

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

Shades of Indigo #451272

Tints of Indigo #451272

Color information

#451272 (or 0x451272) is unknown color: approx Indigo. HEX triplet: 45, 12 and 72. RGB value is (69,18,114). Sum of RGB (Red+Green+Blue) = 69+18+114=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #451272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451272 is #BAED8D. Grayscale: #2B2B2B. Windows color (decimal): -12250510 or 7475781. OLE color: 7475781.

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

Color convert

RGB6918114-
CMYK0.390.8400.55
HSL271.88º72.73%25.88%-
HSV(B)271.88º84.21%44.71%-
XYZ5.712.9116.18-
YUV44.19167.4145.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=34.33%
G=8.96%
B=56.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69181140.390.8400.55271.8872.7325.88
Hex4512722754037110491a
Octal105221624712406742011132
Binary100010110010111001010011110101000110111100010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451272; }

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

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

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

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

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

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

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

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