#41098F

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

Shades of Indigo #41098F

Tints of Indigo #41098F

Color information

#41098F (or 0x41098F) is unknown color: approx Indigo. HEX triplet: 41, 09 and 8F. RGB value is (65,9,143). Sum of RGB (Red+Green+Blue) = 65+9+143=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #41098F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41098F is #BEF670. Grayscale: #282828. Windows color (decimal): -12514929 or 9374017. OLE color: 9374017.

HSL color Cylindrical-coordinate representation of color #41098F: hue angle of 265.07º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41098F is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB659143-
CMYK0.550.9400.44
HSL265.07º88.16%29.8%-
HSV(B)265.07º93.71%56.08%-
XYZ7.243.326.24-
YUV41.02185.55145.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 143 (56.25% from 255) = 65.90%
R=29.95%
G=4.15%
B=65.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6591430.550.9400.44265.0788.1629.8
Hex4198F375E02C109581e
Octal101112176713605441113036
Binary100000110011000111111011110111100101100100001001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41098F; }

 p { color: rgb(65,9,143); }

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

<style>
 a { background-color: #41098F; }

 a { background-color: rgb(65,9,143); }

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

<style>
 span { border-color: #41098F; }

 span { border-color: rgb(65,9,143); }

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