#410F95

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

Shades of Indigo #410F95

Tints of Indigo #410F95

Color information

#410F95 (or 0x410F95) is unknown color: approx Indigo. HEX triplet: 41, 0F and 95. RGB value is (65,15,149). Sum of RGB (Red+Green+Blue) = 65+15+149=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #410F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410F95 is #BEF06A. Grayscale: #2C2C2C. Windows color (decimal): -12513387 or 9768769. OLE color: 9768769.

HSL color Cylindrical-coordinate representation of color #410F95: hue angle of 262.39º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410F95 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6515149-
CMYK0.560.9000.42
HSL262.39º81.71%32.16%-
HSV(B)262.39º89.93%58.43%-
XYZ7.783.6428.73-
YUV45.23186.56142.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 15 (6.25% from 255) = 6.55%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=28.38%
G=6.55%
B=65.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65151490.560.9000.42262.3981.7132.16
Hex41F95385A02A1065220
Octal101172257013205240612240
Binary1000001111110010101111000101101001010101000001101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,15,149); }

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

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

 a { background-color: rgb(65,15,149); }

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

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

 span { border-color: rgb(65,15,149); }

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