#410473

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

Shades of Indigo #410473

Tints of Indigo #410473

Color information

#410473 (or 0x410473) is unknown color: approx Indigo. HEX triplet: 41, 04 and 73. RGB value is (65,4,115). Sum of RGB (Red+Green+Blue) = 65+4+115=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #410473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410473 is #BEFB8C. Grayscale: #222222. Windows color (decimal): -12516237 or 7537729. OLE color: 7537729.

HSL color Cylindrical-coordinate representation of color #410473: hue angle of 272.97º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410473 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB654115-
CMYK0.430.9700.55
HSL272.97º93.28%23.33%-
HSV(B)272.97º96.52%45.1%-
XYZ5.322.4516.41-
YUV34.89173.21149.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 4 (1.95% from 255) = 2.17%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=35.33%
G=2.17%
B=62.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6541150.430.9700.55272.9793.2823.33
Hex414732B610371115d17
Octal10141635314106742113527
Binary1000001100111001110101111000010110111100010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410473; }

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

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

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

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

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

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

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

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