#41038F

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

Shades of Indigo #41038F

Tints of Indigo #41038F

Color information

#41038F (or 0x41038F) is unknown color: approx Indigo. HEX triplet: 41, 03 and 8F. RGB value is (65,3,143). Sum of RGB (Red+Green+Blue) = 65+3+143=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #41038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41038F is #BEFC70. Grayscale: #252525. Windows color (decimal): -12516465 or 9372481. OLE color: 9372481.

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

Color convert

RGB653143-
CMYK0.550.9800.44
HSL266.57º95.89%28.63%-
HSV(B)266.57º97.9%56.08%-
XYZ7.173.1726.22-
YUV37.5187.54147.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 143 (56.25% from 255) = 67.77%
R=30.81%
G=1.42%
B=67.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6531430.550.9800.44266.5795.8928.63
Hex4138F376202C10b601d
Octal10132176714205441314035
Binary1000001111000111111011111000100101100100001011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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