#410173

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

Shades of Indigo #410173

Tints of Indigo #410173

Color information

#410173 (or 0x410173) is unknown color: approx Indigo. HEX triplet: 41, 01 and 73. RGB value is (65,1,115). Sum of RGB (Red+Green+Blue) = 65+1+115=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #410173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410173 is #BEFE8C. Grayscale: #202020. Windows color (decimal): -12517005 or 7536961. OLE color: 7536961.

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

Color convert

RGB651115-
CMYK0.430.9900.55
HSL273.68º98.28%22.75%-
HSV(B)273.68º99.13%45.1%-
XYZ5.292.3816.4-
YUV33.13174.2150.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 115 (45.31% from 255) = 63.54%
R=35.91%
G=0.55%
B=63.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6511150.430.9900.55273.6898.2822.75
Hex411732B630371126217
Octal10111635314306742214227
Binary10000011111001110101111000110110111100010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410173; }

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

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

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

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

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

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

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

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