#410990

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

Shades of Indigo #410990

Tints of Indigo #410990

Color information

#410990 (or 0x410990) is unknown color: approx Indigo. HEX triplet: 41, 09 and 90. RGB value is (65,9,144). Sum of RGB (Red+Green+Blue) = 65+9+144=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #410990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410990 is #BEF66F. Grayscale: #282828. Windows color (decimal): -12514928 or 9439553. OLE color: 9439553.

HSL color Cylindrical-coordinate representation of color #410990: hue angle of 264.89º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410990 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB659144-
CMYK0.550.9400.44
HSL264.89º88.24%30%-
HSV(B)264.89º93.75%56.47%-
XYZ7.313.3326.64-
YUV41.13186.05145.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.82%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 144 (56.64% from 255) = 66.06%
R=29.82%
G=4.13%
B=66.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6591440.550.9400.44264.8988.2430
Hex41990375E02C109581e
Octal101112206713605441113036
Binary100000110011001000011011110111100101100100001001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410990; }

 p { color: rgb(65,9,144); }

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

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

 a { background-color: rgb(65,9,144); }

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

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

 span { border-color: rgb(65,9,144); }

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