#451273

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

Shades of Indigo #451273

Tints of Indigo #451273

Color information

#451273 (or 0x451273) is unknown color: approx Indigo. HEX triplet: 45, 12 and 73. RGB value is (69,18,115). Sum of RGB (Red+Green+Blue) = 69+18+115=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #451273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451273 is #BAED8C. Grayscale: #2B2B2B. Windows color (decimal): -12250509 or 7541317. OLE color: 7541317.

HSL color Cylindrical-coordinate representation of color #451273: hue angle of 271.55º 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 #451273 is Cyan = 0.4, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6918115-
CMYK0.40.8400.55
HSL271.55º72.93%26.08%-
HSV(B)271.55º84.35%45.1%-
XYZ5.772.9416.48-
YUV44.31167.9145.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.16%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=34.16%
G=8.91%
B=56.93%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69181150.40.8400.55271.5572.9326.08
Hex4512732854037110491a
Octal105221635012406742011132
Binary100010110010111001110100010101000110111100010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451273; }

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

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

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

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

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

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

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

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