#410B9C

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

Shades of Indigo #410B9C

Tints of Indigo #410B9C

Color information

#410B9C (or 0x410B9C) is unknown color: approx Indigo. HEX triplet: 41, 0B and 9C. RGB value is (65,11,156). Sum of RGB (Red+Green+Blue) = 65+11+156=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #410B9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410B9C is #BEF463. Grayscale: #2B2B2B. Windows color (decimal): -12514404 or 10226497. OLE color: 10226497.

HSL color Cylindrical-coordinate representation of color #410B9C: hue angle of 262.34º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410B9C is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6511156-
CMYK0.580.9300.39
HSL262.34º86.83%32.75%-
HSV(B)262.34º92.95%61.18%-
XYZ8.33.7631.74-
YUV43.68191.39143.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 11 (4.69% from 255) = 4.74%
BLUE value IS 156 (61.33% from 255) = 67.24%
R=28.02%
G=4.74%
B=67.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65111560.580.9300.39262.3486.8332.75
Hex41B9C3A5D0271065721
Octal101132347213504740612741
Binary1000001101110011100111010101110101001111000001101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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