#450181

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

Shades of Indigo #450181

Tints of Indigo #450181

Color information

#450181 (or 0x450181) is unknown color: approx Indigo. HEX triplet: 45, 01 and 81. RGB value is (69,1,129). Sum of RGB (Red+Green+Blue) = 69+1+129=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #450181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450181 is #BAFE7E. Grayscale: #232323. Windows color (decimal): -12254847 or 8454469. OLE color: 8454469.

HSL color Cylindrical-coordinate representation of color #450181: hue angle of 271.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450181 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB691129-
CMYK0.470.9900.49
HSL271.88º98.46%25.49%-
HSV(B)271.88º99.22%50.59%-
XYZ6.432.8720.98-
YUV35.92180.53151.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 129 (50.78% from 255) = 64.82%
R=34.67%
G=0.50%
B=64.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6911290.470.9900.49271.8898.4625.49
Hex451812F630311106219
Octal10512015714306142014231
Binary100010111000000110111111000110110001100010000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450181; }

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

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

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

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

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

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

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

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