#41295E

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

Shades of Christalle #41295E

Tints of Christalle #41295E

Color information

#41295E (or 0x41295E) is unknown color: approx Christalle. HEX triplet: 41, 29 and 5E. RGB value is (65,41,94). Sum of RGB (Red+Green+Blue) = 65+41+94=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #41295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41295E is #BED6A1. Grayscale: #363636. Windows color (decimal): -12506786 or 6170945. OLE color: 6170945.

HSL color Cylindrical-coordinate representation of color #41295E: hue angle of 267.17º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41295E is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB654194-
CMYK0.310.5600.63
HSL267.17º39.26%26.47%-
HSV(B)267.17º56.38%36.86%-
XYZ4.993.5211.01-
YUV54.22150.45135.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 94 (37.11% from 255) = 47%
R=32.5%
G=20.5%
B=47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6541940.310.5600.63267.1739.2626.47
Hex41295E1F3803F10b271a
Octal1015113637700774134732
Binary1000001101001101111011111111000011111110000101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,41,94); }

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

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

 a { background-color: rgb(65,41,94); }

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

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

 span { border-color: rgb(65,41,94); }

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