#410a98

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

Shades of Indigo #410A98

Tints of Indigo #410A98

Color information

#410A98 (or 0x410A98) is unknown color: approx Indigo. HEX triplet: 41, 0A and 98. RGB value is (65,10,152). Sum of RGB (Red+Green+Blue) = 65+10+152=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #410A98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410A98 is #BEF567. Grayscale: #2A2A2A. Windows color (decimal): -12514664 or 9964097. OLE color: 9964097.

HSL color Cylindrical-coordinate representation of color #410A98: hue angle of 263.24º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410A98 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6510152-
CMYK0.570.9300.40
HSL263.24º87.65%31.76%-
HSV(B)263.24º93.42%59.61%-
XYZ7.963.6129.98-
YUV42.63189.72143.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 10 (4.30% from 255) = 4.41%
BLUE value IS 152 (59.77% from 255) = 66.96%
R=28.63%
G=4.41%
B=66.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65101520.570.9300.40263.2487.6531.76
Hex41A98395D0281075820
Octal101122307113505040713040
Binary1000001101010011000111001101110101010001000001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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