#41225F

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

Shades of Christalle #41225F

Tints of Christalle #41225F

Color information

#41225F (or 0x41225F) is unknown color: approx Christalle. HEX triplet: 41, 22 and 5F. RGB value is (65,34,95). Sum of RGB (Red+Green+Blue) = 65+34+95=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #41225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41225F is #BEDDA0. Grayscale: #323232. Windows color (decimal): -12508577 or 6234689. OLE color: 6234689.

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

Color convert

RGB653495-
CMYK0.320.6400.63
HSL270.49º47.29%25.29%-
HSV(B)270.49º64.21%37.25%-
XYZ4.823.0911.17-
YUV50.22153.27138.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=33.51%
G=17.53%
B=48.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6534950.320.6400.63270.4947.2925.29
Hex41225F204003F10e2f19
Octal10142137401000774165731
Binary100000110001010111111000001000000011111110000111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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