#41007B

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

Shades of Indigo #41007B

Tints of Indigo #41007B

Color information

#41007B (or 0x41007B) is unknown color: approx Indigo. HEX triplet: 41, 00 and 7B. RGB value is (65,0,123). Sum of RGB (Red+Green+Blue) = 65+0+123=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #41007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41007B is #BEFF84. Grayscale: #212121. Windows color (decimal): -12517253 or 8060993. OLE color: 8060993.

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

Color convert

RGB650123-
CMYK0.47100.52
HSL271.71º100%24.12%-
HSV(B)271.71º100%48.24%-
XYZ5.762.5518.93-
YUV33.46178.53150.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 65.43%
R=34.57%
G=0%
B=65.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6501230.47100.52271.7110024.12
Hex4107B2F640341106418
Octal10101735714406442014430
Binary10000010111101110111111001000110100100010000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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