#3E225F

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

Shades of Christalle #3E225F

Tints of Christalle #3E225F

Color information

#3E225F (or 0x3E225F) is unknown color: approx Christalle. HEX triplet: 3E, 22 and 5F. RGB value is (62,34,95). Sum of RGB (Red+Green+Blue) = 62+34+95=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E225F is #C1DDA0. Grayscale: #313131. Windows color (decimal): -12705185 or 6234686. OLE color: 6234686.

HSL color Cylindrical-coordinate representation of color #3E225F: hue angle of 267.54º 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 #3E225F is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB623495-
CMYK0.350.6400.63
HSL267.54º47.29%25.29%-
HSV(B)267.54º64.21%37.25%-
XYZ4.622.9911.16-
YUV49.33153.78137.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.46%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 95 (37.5% from 255) = 49.74%
R=32.46%
G=17.80%
B=49.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6234950.350.6400.63267.5447.2925.29
Hex3E225F234003F10c2f19
Octal7642137431000774145731
Binary11111010001010111111000111000000011111110000110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E225F; }

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

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

<style>
 a { background-color: #3E225F; }

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

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

<style>
 span { border-color: #3E225F; }

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

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