#41196E

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

Shades of Christalle #41196E

Tints of Christalle #41196E

Color information

#41196E (or 0x41196E) is unknown color: approx Christalle. HEX triplet: 41, 19 and 6E. RGB value is (65,25,110). Sum of RGB (Red+Green+Blue) = 65+25+110=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #41196E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41196E is #BEE691. Grayscale: #2E2E2E. Windows color (decimal): -12510866 or 7215425. OLE color: 7215425.

HSL color Cylindrical-coordinate representation of color #41196E: hue angle of 268.24º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41196E is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6525110-
CMYK0.410.7700.57
HSL268.24º62.96%26.47%-
HSV(B)268.24º77.27%43.14%-
XYZ5.342.9415.04-
YUV46.65163.75141.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 110 (43.36% from 255) = 55%
R=32.5%
G=12.5%
B=55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65251100.410.7700.57268.2462.9626.47
Hex41196E294D03910c3f1a
Octal10131156511150714147732
Binary10000011100111011101010011001101011100110000110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,25,110); }

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

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

 a { background-color: rgb(65,25,110); }

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

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

 span { border-color: rgb(65,25,110); }

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