#41036F

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

Shades of Indigo #41036F

Tints of Indigo #41036F

Color information

#41036F (or 0x41036F) is unknown color: approx Indigo. HEX triplet: 41, 03 and 6F. RGB value is (65,3,111). Sum of RGB (Red+Green+Blue) = 65+3+111=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 111 (43.75% from 255 or 62.01% from 179); Max value from RGB is 111 - color contains mainly: blue. Hex color #41036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41036F is #BEFC90. Grayscale: #212121. Windows color (decimal): -12516497 or 7275329. OLE color: 7275329.

HSL color Cylindrical-coordinate representation of color #41036F: hue angle of 274.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41036F is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB653111-
CMYK0.410.9700.56
HSL274.44º94.74%22.35%-
HSV(B)274.44º97.3%43.53%-
XYZ5.082.3415.22-
YUV33.85171.54150.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 111 (43.75% from 255) = 62.01%
R=36.31%
G=1.68%
B=62.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6531110.410.9700.56274.4494.7422.35
Hex4136F29610381125f16
Octal10131575114107042213726
Binary100000111110111110100111000010111000100010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,3,111); }

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

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

 a { background-color: rgb(65,3,111); }

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

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

 span { border-color: rgb(65,3,111); }

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