#410964

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

Shades of Indigo #410964

Tints of Indigo #410964

Color information

#410964 (or 0x410964) is unknown color: approx Indigo. HEX triplet: 41, 09 and 64. RGB value is (65,9,100). Sum of RGB (Red+Green+Blue) = 65+9+100=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #410964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410964 is #BEF69B. Grayscale: #232323. Windows color (decimal): -12514972 or 6555969. OLE color: 6555969.

HSL color Cylindrical-coordinate representation of color #410964: hue angle of 276.92º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410964 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB659100-
CMYK0.350.9100.61
HSL276.92º83.49%21.37%-
HSV(B)276.92º91%39.22%-
XYZ4.582.2412.25-
YUV36.12164.05148.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 100 (39.45% from 255) = 57.47%
R=37.36%
G=5.17%
B=57.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6591000.350.9100.61276.9283.4921.37
Hex41964235B03D1155315
Octal101111444313307542512325
Binary10000011001110010010001110110110111101100010101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410964; }

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

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

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

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

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

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

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

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