#41015E

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

Shades of Indigo #41015E

Tints of Indigo #41015E

Color information

#41015E (or 0x41015E) is unknown color: approx Indigo. HEX triplet: 41, 01 and 5E. RGB value is (65,1,94). Sum of RGB (Red+Green+Blue) = 65+1+94=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #41015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41015E is #BEFEA1. Grayscale: #1E1E1E. Windows color (decimal): -12517026 or 6160705. OLE color: 6160705.

HSL color Cylindrical-coordinate representation of color #41015E: hue angle of 281.29º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41015E is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB65194-
CMYK0.310.9900.63
HSL281.29º97.89%18.63%-
HSV(B)281.29º98.94%36.86%-
XYZ4.211.9510.74-
YUV30.74163.7152.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 94 (37.11% from 255) = 58.75%
R=40.62%
G=0.62%
B=58.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal651940.310.9900.63281.2997.8918.63
Hex4115E1F6303F1196213
Octal10111363714307743114223
Binary1000001110111101111111000110111111100011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41015E; }

 p { color: rgb(65,1,94); }

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

<style>
 a { background-color: #41015E; }

 a { background-color: rgb(65,1,94); }

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

<style>
 span { border-color: #41015E; }

 span { border-color: rgb(65,1,94); }

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