#3E225A

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

Shades of Christalle #3E225A

Tints of Christalle #3E225A

Color information

#3E225A (or 0x3E225A) is unknown color: approx Christalle. HEX triplet: 3E, 22 and 5A. RGB value is (62,34,90). Sum of RGB (Red+Green+Blue) = 62+34+90=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E225A is #C1DDA5. Grayscale: #303030. Windows color (decimal): -12705190 or 5907006. OLE color: 5907006.

HSL color Cylindrical-coordinate representation of color #3E225A: hue angle of 270º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E225A is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB623490-
CMYK0.310.6200.65
HSL270º45.16%24.31%-
HSV(B)270º62.22%35.29%-
XYZ4.42.9110-
YUV48.76151.28137.45-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=33.33%
G=18.28%
B=48.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6234900.310.6200.6527045.1624.31
Hex3E225A1F3E04110e2d18
Octal7642132377601014165530
Binary1111101000101011010111111111100100000110000111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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