#41037D

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

Shades of Indigo #41037D

Tints of Indigo #41037D

Color information

#41037D (or 0x41037D) is unknown color: approx Indigo. HEX triplet: 41, 03 and 7D. RGB value is (65,3,125). Sum of RGB (Red+Green+Blue) = 65+3+125=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #41037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41037D is #BEFC82. Grayscale: #232323. Windows color (decimal): -12516483 or 8192833. OLE color: 8192833.

HSL color Cylindrical-coordinate representation of color #41037D: hue angle of 270.49º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41037D is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB653125-
CMYK0.480.9800.51
HSL270.49º95.31%25.1%-
HSV(B)270.49º97.6%49.02%-
XYZ5.912.6719.61-
YUV35.45178.54149.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 125 (49.22% from 255) = 64.77%
R=33.68%
G=1.55%
B=64.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6531250.480.9800.51270.4995.3125.1
Hex4137D306203310e5f19
Octal10131756014206341613731
Binary100000111111110111000011000100110011100001110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41037D; }

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

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

<style>
 a { background-color: #41037D; }

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

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

<style>
 span { border-color: #41037D; }

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

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