#41017B

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

Shades of Indigo #41017B

Tints of Indigo #41017B

Color information

#41017B (or 0x41017B) is unknown color: approx Indigo. HEX triplet: 41, 01 and 7B. RGB value is (65,1,123). Sum of RGB (Red+Green+Blue) = 65+1+123=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #41017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41017B is #BEFE84. Grayscale: #212121. Windows color (decimal): -12516997 or 8061249. OLE color: 8061249.

HSL color Cylindrical-coordinate representation of color #41017B: hue angle of 271.48º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41017B is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB651123-
CMYK0.470.9900.52
HSL271.48º98.39%24.31%-
HSV(B)271.48º99.19%48.24%-
XYZ5.772.5818.93-
YUV34.04178.2150.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 123 (48.44% from 255) = 65.08%
R=34.39%
G=0.53%
B=65.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6511230.470.9900.52271.4898.3924.31
Hex4117B2F6303410f6218
Octal10111735714306441714230
Binary10000011111101110111111000110110100100001111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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