#410B69

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

Shades of Indigo #410B69

Tints of Indigo #410B69

Color information

#410B69 (or 0x410B69) is unknown color: approx Indigo. HEX triplet: 41, 0B and 69. RGB value is (65,11,105). Sum of RGB (Red+Green+Blue) = 65+11+105=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #410B69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410B69 is #BEF496. Grayscale: #252525. Windows color (decimal): -12514455 or 6884161. OLE color: 6884161.

HSL color Cylindrical-coordinate representation of color #410B69: hue angle of 274.47º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410B69 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6511105-
CMYK0.380.9000.59
HSL274.47º81.03%22.75%-
HSV(B)274.47º89.52%41.18%-
XYZ4.852.3813.57-
YUV37.86165.89147.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 11 (4.69% from 255) = 6.08%
BLUE value IS 105 (41.41% from 255) = 58.01%
R=35.91%
G=6.08%
B=58.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65111050.380.9000.59274.4781.0322.75
Hex41B69265A03B1125117
Octal101131514613207342212127
Binary10000011011110100110011010110100111011100010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410B69; }

 p { color: rgb(65,11,105); }

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

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

 a { background-color: rgb(65,11,105); }

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

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

 span { border-color: rgb(65,11,105); }

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