#450172

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

Shades of Indigo #450172

Tints of Indigo #450172

Color information

#450172 (or 0x450172) is unknown color: approx Indigo. HEX triplet: 45, 01 and 72. RGB value is (69,1,114). Sum of RGB (Red+Green+Blue) = 69+1+114=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #450172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450172 is #BAFE8D. Grayscale: #212121. Windows color (decimal): -12254862 or 7471429. OLE color: 7471429.

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

Color convert

RGB691114-
CMYK0.390.9900.55
HSL276.11º98.26%22.55%-
HSV(B)276.11º99.12%44.71%-
XYZ5.52.516.11-
YUV34.21173.03152.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=37.5%
G=0.54%
B=61.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6911140.390.9900.55276.1198.2622.55
Hex4517227630371146217
Octal10511624714306742414227
Binary10001011111001010011111000110110111100010100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450172; }

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

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

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

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

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

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

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

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