#41225D

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

Shades of Christalle #41225D

Tints of Christalle #41225D

Color information

#41225D (or 0x41225D) is unknown color: approx Christalle. HEX triplet: 41, 22 and 5D. RGB value is (65,34,93). Sum of RGB (Red+Green+Blue) = 65+34+93=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #41225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41225D is #BEDDA2. Grayscale: #313131. Windows color (decimal): -12508579 or 6103617. OLE color: 6103617.

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

Color convert

RGB653493-
CMYK0.300.6300.64
HSL271.53º46.46%24.9%-
HSV(B)271.53º63.44%36.47%-
XYZ4.733.0610.7-
YUV50152.27138.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=33.85%
G=17.71%
B=48.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6534930.300.6300.64271.5346.4624.9
Hex41225D1E3F0401102e19
Octal10142135367701004205631
Binary10000011000101011101111101111110100000010001000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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