#41009E

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

Shades of Indigo #41009E

Tints of Indigo #41009E

Color information

#41009E (or 0x41009E) is unknown color: approx Indigo. HEX triplet: 41, 00 and 9E. RGB value is (65,0,158). Sum of RGB (Red+Green+Blue) = 65+0+158=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #41009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41009E is #BEFF61. Grayscale: #242424. Windows color (decimal): -12517218 or 10354753. OLE color: 10354753.

HSL color Cylindrical-coordinate representation of color #41009E: hue angle of 264.68º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41009E is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB650158-
CMYK0.59100.38
HSL264.68º100%30.98%-
HSV(B)264.68º100%61.96%-
XYZ8.353.5932.6-
YUV37.45196.03147.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 70.85%
R=29.15%
G=0%
B=70.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6501580.59100.38264.6810030.98
Hex4109E3B64026109641f
Octal10102367314404641114437
Binary100000101001111011101111001000100110100001001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41009E; }

 p { color: rgb(65,0,158); }

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

<style>
 a { background-color: #41009E; }

 a { background-color: rgb(65,0,158); }

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

<style>
 span { border-color: #41009E; }

 span { border-color: rgb(65,0,158); }

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