#41047C

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

Shades of Indigo #41047C

Tints of Indigo #41047C

Color information

#41047C (or 0x41047C) is unknown color: approx Indigo. HEX triplet: 41, 04 and 7C. RGB value is (65,4,124). Sum of RGB (Red+Green+Blue) = 65+4+124=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #41047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41047C is #BEFB83. Grayscale: #232323. Windows color (decimal): -12516228 or 8127553. OLE color: 8127553.

HSL color Cylindrical-coordinate representation of color #41047C: hue angle of 270.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41047C is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB654124-
CMYK0.480.9700.51
HSL270.5º93.75%25.1%-
HSV(B)270.5º96.77%48.63%-
XYZ5.862.6719.27-
YUV35.92177.71148.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.68%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 124 (48.83% from 255) = 64.25%
R=33.68%
G=2.07%
B=64.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6541240.480.9700.51270.593.7525.1
Hex4147C306103310e5e19
Octal10141746014106341613631
Binary1000001100111110011000011000010110011100001110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41047C; }

 p { color: rgb(65,4,124); }

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

<style>
 a { background-color: #41047C; }

 a { background-color: rgb(65,4,124); }

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

<style>
 span { border-color: #41047C; }

 span { border-color: rgb(65,4,124); }

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