#41049A

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

Shades of Indigo #41049A

Tints of Indigo #41049A

Color information

#41049A (or 0x41049A) is unknown color: approx Indigo. HEX triplet: 41, 04 and 9A. RGB value is (65,4,154). Sum of RGB (Red+Green+Blue) = 65+4+154=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 154 (60.55% from 255 or 69.06% from 223); Max value from RGB is 154 - color contains mainly: blue. Hex color #41049A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41049A is #BEFB65. Grayscale: #262626. Windows color (decimal): -12516198 or 10093633. OLE color: 10093633.

HSL color Cylindrical-coordinate representation of color #41049A: hue angle of 264.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41049A is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB654154-
CMYK0.580.9700.40
HSL264.4º94.94%30.98%-
HSV(B)264.4º97.4%60.39%-
XYZ8.063.5430.83-
YUV39.34192.71146.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 154 (60.55% from 255) = 69.06%
R=29.15%
G=1.79%
B=69.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6541540.580.9700.40264.494.9430.98
Hex4149A3A610281085f1f
Octal10142327214105041013737
Binary10000011001001101011101011000010101000100001000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41049A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41049A; }

 p { color: rgb(65,4,154); }

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

<style>
 a { background-color: #41049A; }

 a { background-color: rgb(65,4,154); }

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

<style>
 span { border-color: #41049A; }

 span { border-color: rgb(65,4,154); }

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