#410a7e

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

Shades of Indigo #410A7E

Tints of Indigo #410A7E

Color information

#410A7E (or 0x410A7E) is unknown color: approx Indigo. HEX triplet: 41, 0A and 7E. RGB value is (65,10,126). Sum of RGB (Red+Green+Blue) = 65+10+126=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #410A7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410A7E is #BEF581. Grayscale: #272727. Windows color (decimal): -12514690 or 8260161. OLE color: 8260161.

HSL color Cylindrical-coordinate representation of color #410A7E: hue angle of 268.45º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410A7E is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6510126-
CMYK0.480.9200.51
HSL268.45º85.29%26.67%-
HSV(B)268.45º92.06%49.41%-
XYZ6.052.8519.97-
YUV39.67176.72146.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 126 (49.61% from 255) = 62.69%
R=32.34%
G=4.98%
B=62.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65101260.480.9200.51268.4585.2926.67
Hex41A7E305C03310c551b
Octal101121766013406341412533
Binary10000011010111111011000010111000110011100001100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410a7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,10,126); }

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

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

 a { background-color: rgb(65,10,126); }

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

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

 span { border-color: rgb(65,10,126); }

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