#461069

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

Shades of Indigo #461069

Tints of Indigo #461069

Color information

#461069 (or 0x461069) is unknown color: approx Indigo. HEX triplet: 46, 10 and 69. RGB value is (70,16,105). Sum of RGB (Red+Green+Blue) = 70+16+105=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #461069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461069 is #B9EF96. Grayscale: #292929. Windows color (decimal): -12185495 or 6885446. OLE color: 6885446.

HSL color Cylindrical-coordinate representation of color #461069: hue angle of 276.4º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461069 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7016105-
CMYK0.330.8500.59
HSL276.4º73.55%23.73%-
HSV(B)276.4º84.76%41.18%-
XYZ5.262.6913.61-
YUV42.29163.39147.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 105 (41.41% from 255) = 54.97%
R=36.65%
G=8.38%
B=54.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70161050.330.8500.59276.473.5523.73
Hex461069215503B1144a18
Octal106201514112507342411230
Binary100011010000110100110000110101010111011100010100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461069; }

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

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

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

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

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

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

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

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