#41017F

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

Shades of Indigo #41017F

Tints of Indigo #41017F

Color information

#41017F (or 0x41017F) is unknown color: approx Indigo. HEX triplet: 41, 01 and 7F. RGB value is (65,1,127). Sum of RGB (Red+Green+Blue) = 65+1+127=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #41017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41017F is #BEFE80. Grayscale: #222222. Windows color (decimal): -12516993 or 8323393. OLE color: 8323393.

HSL color Cylindrical-coordinate representation of color #41017F: hue angle of 270.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41017F is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB651127-
CMYK0.490.9900.50
HSL270.48º98.44%25.1%-
HSV(B)270.48º99.21%49.8%-
XYZ6.022.6820.28-
YUV34.5180.2149.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 127 (50% from 255) = 65.80%
R=33.68%
G=0.52%
B=65.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6511270.490.9900.50270.4898.4425.1
Hex4117F316303210e6219
Octal10111776114306241614231
Binary10000011111111111000111000110110010100001110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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