#461384

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

Shades of Indigo #461384

Tints of Indigo #461384

Color information

#461384 (or 0x461384) is unknown color: approx Indigo. HEX triplet: 46, 13 and 84. RGB value is (70,19,132). Sum of RGB (Red+Green+Blue) = 70+19+132=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #461384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461384 is #B9EC7B. Grayscale: #2E2E2E. Windows color (decimal): -12184700 or 8655686. OLE color: 8655686.

HSL color Cylindrical-coordinate representation of color #461384: hue angle of 267.08º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461384 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7019132-
CMYK0.470.8600.48
HSL267.08º74.83%29.61%-
HSV(B)267.08º85.61%51.76%-
XYZ6.923.4322.13-
YUV47.13175.9144.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 132 (51.95% from 255) = 59.73%
R=31.67%
G=8.60%
B=59.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70191320.470.8600.48267.0874.8329.61
Hex4613842F5603010b4b1e
Octal106232045712606041311336
Binary1000110100111000010010111110101100110000100001011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461384; }

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

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

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

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

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

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

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

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