#410478

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

Shades of Indigo #410478

Tints of Indigo #410478

Color information

#410478 (or 0x410478) is unknown color: approx Indigo. HEX triplet: 41, 04 and 78. RGB value is (65,4,120). Sum of RGB (Red+Green+Blue) = 65+4+120=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #410478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410478 is #BEFB87. Grayscale: #232323. Windows color (decimal): -12516232 or 7865409. OLE color: 7865409.

HSL color Cylindrical-coordinate representation of color #410478: hue angle of 271.55º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410478 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB654120-
CMYK0.460.9700.53
HSL271.55º93.55%24.31%-
HSV(B)271.55º96.67%47.06%-
XYZ5.612.5717.97-
YUV35.46175.71149.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 120 (47.27% from 255) = 63.49%
R=34.39%
G=2.12%
B=63.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6541200.460.9700.53271.5593.5524.31
Hex414782E610351105e18
Octal10141705614106542013630
Binary1000001100111100010111011000010110101100010000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410478; }

 p { color: rgb(65,4,120); }

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

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

 a { background-color: rgb(65,4,120); }

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

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

 span { border-color: rgb(65,4,120); }

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