#461692

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

Shades of Indigo #461692

Tints of Indigo #461692

Color information

#461692 (or 0x461692) is unknown color: approx Indigo. HEX triplet: 46, 16 and 92. RGB value is (70,22,146). Sum of RGB (Red+Green+Blue) = 70+22+146=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #461692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461692 is #B9E96D. Grayscale: #323232. Windows color (decimal): -12183918 or 9573958. OLE color: 9573958.

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

Color convert

RGB7022146-
CMYK0.520.8500.43
HSL263.23º73.81%32.94%-
HSV(B)263.23º84.93%57.25%-
XYZ83.9527.54-
YUV50.49181.9141.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 146 (57.42% from 255) = 61.34%
R=29.41%
G=9.24%
B=61.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70221460.520.8500.43263.2373.8132.94
Hex461692345502B1074a21
Octal106262226412505340711241
Binary10001101011010010010110100101010101010111000001111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461692; }

 p { color: rgb(70,22,146); }

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

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

 a { background-color: rgb(70,22,146); }

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

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

 span { border-color: rgb(70,22,146); }

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