#3D215C

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

Shades of Christalle #3D215C

Tints of Christalle #3D215C

Color information

#3D215C (or 0x3D215C) is unknown color: approx Christalle. HEX triplet: 3D, 21 and 5C. RGB value is (61,33,92). Sum of RGB (Red+Green+Blue) = 61+33+92=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #3D215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D215C is #C2DEA3. Grayscale: #2F2F2F. Windows color (decimal): -12770980 or 6037821. OLE color: 6037821.

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

Color convert

RGB613392-
CMYK0.340.6400.64
HSL268.47º47.2%24.51%-
HSV(B)268.47º64.13%36.08%-
XYZ4.42.8510.44-
YUV48.1152.78137.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.80%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 92 (36.33% from 255) = 49.46%
R=32.80%
G=17.74%
B=49.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6133920.340.6400.64268.4747.224.51
Hex3D215C224004010c2f19
Octal75411344210001004145731
Binary111101100001101110010001010000000100000010000110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,33,92); }

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

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

 a { background-color: rgb(61,33,92); }

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

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

 span { border-color: rgb(61,33,92); }

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