#410BAB

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

Shades of Indigo #410BAB

Tints of Indigo #410BAB

Color information

#410BAB (or 0x410BAB) is unknown color: approx Indigo. HEX triplet: 41, 0B and AB. RGB value is (65,11,171). Sum of RGB (Red+Green+Blue) = 65+11+171=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #410BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410BAB is #BEF454. Grayscale: #2C2C2C. Windows color (decimal): -12514389 or 11209537. OLE color: 11209537.

HSL color Cylindrical-coordinate representation of color #410BAB: hue angle of 260.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410BAB is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6511171-
CMYK0.620.9400.33
HSL260.25º87.91%35.69%-
HSV(B)260.25º93.57%67.06%-
XYZ9.654.338.85-
YUV45.39198.89141.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 11 (4.69% from 255) = 4.45%
BLUE value IS 171 (67.19% from 255) = 69.23%
R=26.32%
G=4.45%
B=69.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65111710.620.9400.33260.2587.9135.69
Hex41BAB3E5E0211045824
Octal101132537613604140413044
Binary1000001101110101011111110101111001000011000001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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