#461382

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

Shades of Indigo #461382

Tints of Indigo #461382

Color information

#461382 (or 0x461382) is unknown color: approx Indigo. HEX triplet: 46, 13 and 82. RGB value is (70,19,130). Sum of RGB (Red+Green+Blue) = 70+19+130=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #461382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461382 is #B9EC7D. Grayscale: #2E2E2E. Windows color (decimal): -12184702 or 8524614. OLE color: 8524614.

HSL color Cylindrical-coordinate representation of color #461382: hue angle of 267.57º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461382 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7019130-
CMYK0.460.8500.49
HSL267.57º74.5%29.22%-
HSV(B)267.57º85.38%50.98%-
XYZ6.793.3821.41-
YUV46.9174.9144.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 130 (51.17% from 255) = 59.36%
R=31.96%
G=8.68%
B=59.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70191300.460.8500.49267.5774.529.22
Hex4613822E5503110c4a1d
Octal106232025612506141411235
Binary1000110100111000001010111010101010110001100001100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461382; }

 p { color: rgb(70,19,130); }

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

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

 a { background-color: rgb(70,19,130); }

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

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

 span { border-color: rgb(70,19,130); }

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