#461084

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

Shades of Indigo #461084

Tints of Indigo #461084

Color information

#461084 (or 0x461084) is unknown color: approx Indigo. HEX triplet: 46, 10 and 84. RGB value is (70,16,132). Sum of RGB (Red+Green+Blue) = 70+16+132=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #461084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461084 is #B9EF7B. Grayscale: #2C2C2C. Windows color (decimal): -12185468 or 8654918. OLE color: 8654918.

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

Color convert

RGB7016132-
CMYK0.470.8800.48
HSL267.93º78.38%29.02%-
HSV(B)267.93º87.88%51.76%-
XYZ6.883.3422.11-
YUV45.37176.89145.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 16 (6.64% from 255) = 7.34%
BLUE value IS 132 (51.95% from 255) = 60.55%
R=32.11%
G=7.34%
B=60.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70161320.470.8800.48267.9378.3829.02
Hex4610842F5803010c4e1d
Octal106202045713006041411635
Binary1000110100001000010010111110110000110000100001100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461084; }

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

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

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

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

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

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

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

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