#460872

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

Shades of Indigo #460872

Tints of Indigo #460872

Color information

#460872 (or 0x460872) is unknown color: approx Indigo. HEX triplet: 46, 08 and 72. RGB value is (70,8,114). Sum of RGB (Red+Green+Blue) = 70+8+114=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #460872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460872 is #B9F78D. Grayscale: #262626. Windows color (decimal): -12187534 or 7473222. OLE color: 7473222.

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

Color convert

RGB708114-
CMYK0.390.9300.55
HSL275.09º86.89%23.92%-
HSV(B)275.09º92.98%44.71%-
XYZ5.652.6916.14-
YUV38.62170.54150.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=36.46%
G=4.17%
B=59.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7081140.390.9300.55275.0986.8923.92
Hex46872275D0371135718
Octal106101624713506742312730
Binary10001101000111001010011110111010110111100010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460872; }

 p { color: rgb(70,8,114); }

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

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

 a { background-color: rgb(70,8,114); }

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

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

 span { border-color: rgb(70,8,114); }

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