#3D245D

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

Shades of Christalle #3D245D

Tints of Christalle #3D245D

Color information

#3D245D (or 0x3D245D) is unknown color: approx Christalle. HEX triplet: 3D, 24 and 5D. RGB value is (61,36,93). Sum of RGB (Red+Green+Blue) = 61+36+93=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D245D is #C2DBA2. Grayscale: #313131. Windows color (decimal): -12770211 or 6104125. OLE color: 6104125.

HSL color Cylindrical-coordinate representation of color #3D245D: hue angle of 266.32º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D245D is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB613693-
CMYK0.340.6100.64
HSL266.32º44.19%25.29%-
HSV(B)266.32º61.29%36.47%-
XYZ4.533.0410.7-
YUV49.97152.28135.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=32.11%
G=18.95%
B=48.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6136930.340.6100.64266.3244.1925.29
Hex3D245D223D04010a2c19
Octal7544135427501004125431
Binary11110110010010111011000101111010100000010000101010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,36,93); }

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

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

 a { background-color: rgb(61,36,93); }

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

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

 span { border-color: rgb(61,36,93); }

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