#450871

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

Shades of Indigo #450871

Tints of Indigo #450871

Color information

#450871 (or 0x450871) is unknown color: approx Indigo. HEX triplet: 45, 08 and 71. RGB value is (69,8,113). Sum of RGB (Red+Green+Blue) = 69+8+113=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #450871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450871 is #BAF78E. Grayscale: #252525. Windows color (decimal): -12253071 or 7407685. OLE color: 7407685.

HSL color Cylindrical-coordinate representation of color #450871: hue angle of 274.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450871 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB698113-
CMYK0.390.9300.56
HSL274.86º86.78%23.73%-
HSV(B)274.86º92.92%44.31%-
XYZ5.522.6315.84-
YUV38.21170.21149.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 8 (3.52% from 255) = 4.21%
BLUE value IS 113 (44.53% from 255) = 59.47%
R=36.32%
G=4.21%
B=59.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6981130.390.9300.56274.8686.7823.73
Hex45871275D0381135718
Octal105101614713507042312730
Binary10001011000111000110011110111010111000100010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450871; }

 p { color: rgb(69,8,113); }

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

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

 a { background-color: rgb(69,8,113); }

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

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

 span { border-color: rgb(69,8,113); }

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