#410A94

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

Shades of Indigo #410A94

Tints of Indigo #410A94

Color information

#410A94 (or 0x410A94) is unknown color: approx Indigo. HEX triplet: 41, 0A and 94. RGB value is (65,10,148). Sum of RGB (Red+Green+Blue) = 65+10+148=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #410A94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410A94 is #BEF56B. Grayscale: #292929. Windows color (decimal): -12514668 or 9701953. OLE color: 9701953.

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

Color convert

RGB6510148-
CMYK0.560.9300.42
HSL263.91º87.34%30.98%-
HSV(B)263.91º93.24%58.04%-
XYZ7.633.4828.29-
YUV42.18187.72144.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 10 (4.30% from 255) = 4.48%
BLUE value IS 148 (58.20% from 255) = 66.37%
R=29.15%
G=4.48%
B=66.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65101480.560.9300.42263.9187.3430.98
Hex41A94385D02A108571f
Octal101122247013505241012737
Binary100000110101001010011100010111010101010100001000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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