#460273

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

Shades of Indigo #460273

Tints of Indigo #460273

Color information

#460273 (or 0x460273) is unknown color: approx Indigo. HEX triplet: 46, 02 and 73. RGB value is (70,2,115). Sum of RGB (Red+Green+Blue) = 70+2+115=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #460273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460273 is #B9FD8C. Grayscale: #222222. Windows color (decimal): -12189069 or 7537222. OLE color: 7537222.

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

Color convert

RGB702115-
CMYK0.390.9800.55
HSL276.11º96.58%22.94%-
HSV(B)276.11º98.26%45.1%-
XYZ5.642.5816.42-
YUV35.21173.03152.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 115 (45.31% from 255) = 61.50%
R=37.43%
G=1.07%
B=61.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7021150.390.9800.55276.1196.5822.94
Hex4627327620371146117
Octal10621634714206742414127
Binary100011010111001110011111000100110111100010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460273; }

 p { color: rgb(70,2,115); }

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

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

 a { background-color: rgb(70,2,115); }

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

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

 span { border-color: rgb(70,2,115); }

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