#410463

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

Shades of Indigo #410463

Tints of Indigo #410463

Color information

#410463 (or 0x410463) is unknown color: approx Indigo. HEX triplet: 41, 04 and 63. RGB value is (65,4,99). Sum of RGB (Red+Green+Blue) = 65+4+99=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #410463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410463 is #BEFB9C. Grayscale: #202020. Windows color (decimal): -12516253 or 6489153. OLE color: 6489153.

HSL color Cylindrical-coordinate representation of color #410463: hue angle of 278.53º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410463 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB65499-
CMYK0.340.9600.61
HSL278.53º92.23%20.2%-
HSV(B)278.53º95.96%38.82%-
XYZ4.482.1111.98-
YUV33.07165.21150.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.69%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=38.69%
G=2.38%
B=58.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal654990.340.9600.61278.5392.2320.2
Hex41463226003D1175c14
Octal10141434214007542713424
Binary1000001100110001110001011000000111101100010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410463; }

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

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

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

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

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

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

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

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