#410363

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

Shades of Indigo #410363

Tints of Indigo #410363

Color information

#410363 (or 0x410363) is unknown color: approx Indigo. HEX triplet: 41, 03 and 63. RGB value is (65,3,99). Sum of RGB (Red+Green+Blue) = 65+3+99=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #410363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410363 is #BEFC9C. Grayscale: #202020. Windows color (decimal): -12516509 or 6488897. OLE color: 6488897.

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

Color convert

RGB65399-
CMYK0.340.9700.61
HSL278.75º94.12%20%-
HSV(B)278.75º96.97%38.82%-
XYZ4.462.0911.97-
YUV32.48165.54151.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=38.92%
G=1.80%
B=59.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal653990.340.9700.61278.7594.1220
Hex41363226103D1175e14
Octal10131434214107542713624
Binary100000111110001110001011000010111101100010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410363; }

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

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

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

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

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

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

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

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