#41035F

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

Shades of Indigo #41035F

Tints of Indigo #41035F

Color information

#41035F (or 0x41035F) is unknown color: approx Indigo. HEX triplet: 41, 03 and 5F. RGB value is (65,3,95). Sum of RGB (Red+Green+Blue) = 65+3+95=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #41035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41035F is #BEFCA0. Grayscale: #1F1F1F. Windows color (decimal): -12516513 or 6226753. OLE color: 6226753.

HSL color Cylindrical-coordinate representation of color #41035F: hue angle of 280.43º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41035F is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB65395-
CMYK0.320.9700.63
HSL280.43º93.88%19.22%-
HSV(B)280.43º96.84%37.25%-
XYZ4.282.0210.99-
YUV32.03163.54151.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 95 (37.5% from 255) = 58.28%
R=39.88%
G=1.84%
B=58.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal653950.320.9700.63280.4393.8819.22
Hex4135F206103F1185e13
Octal10131374014107743013623
Binary100000111101111110000011000010111111100011000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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