#41285D

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

Shades of Christalle #41285D

Tints of Christalle #41285D

Color information

#41285D (or 0x41285D) is unknown color: approx Christalle. HEX triplet: 41, 28 and 5D. RGB value is (65,40,93). Sum of RGB (Red+Green+Blue) = 65+40+93=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #41285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41285D is #BED7A2. Grayscale: #353535. Windows color (decimal): -12507043 or 6105153. OLE color: 6105153.

HSL color Cylindrical-coordinate representation of color #41285D: hue angle of 268.3º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41285D is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB654093-
CMYK0.300.5700.64
HSL268.3º39.85%26.08%-
HSV(B)268.3º56.99%36.47%-
XYZ4.913.4310.76-
YUV53.52150.28136.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=32.83%
G=20.20%
B=46.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6540930.300.5700.64268.339.8526.08
Hex41285D1E3904010c281a
Octal10150135367101004145032
Binary10000011010001011101111101110010100000010000110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41285D; }

 p { color: rgb(65,40,93); }

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

<style>
 a { background-color: #41285D; }

 a { background-color: rgb(65,40,93); }

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

<style>
 span { border-color: #41285D; }

 span { border-color: rgb(65,40,93); }

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