#461378

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

Shades of Indigo #461378

Tints of Indigo #461378

Color information

#461378 (or 0x461378) is unknown color: approx Indigo. HEX triplet: 46, 13 and 78. RGB value is (70,19,120). Sum of RGB (Red+Green+Blue) = 70+19+120=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #461378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461378 is #B9EC87. Grayscale: #2D2D2D. Windows color (decimal): -12184712 or 7869254. OLE color: 7869254.

HSL color Cylindrical-coordinate representation of color #461378: hue angle of 270.3º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461378 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7019120-
CMYK0.420.8400.53
HSL270.3º72.66%27.25%-
HSV(B)270.3º84.17%47.06%-
XYZ6.153.1218.05-
YUV45.76169.9145.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=33.49%
G=9.09%
B=57.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70191200.420.8400.53270.372.6627.25
Hex4613782A5403510e491b
Octal106231705212406541611133
Binary100011010011111100010101010101000110101100001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461378; }

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

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

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

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

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

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

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

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