#3D215D

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

Shades of Christalle #3D215D

Tints of Christalle #3D215D

Color information

#3D215D (or 0x3D215D) is unknown color: approx Christalle. HEX triplet: 3D, 21 and 5D. RGB value is (61,33,93). Sum of RGB (Red+Green+Blue) = 61+33+93=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D215D is #C2DEA2. Grayscale: #303030. Windows color (decimal): -12770979 or 6103357. OLE color: 6103357.

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

Color convert

RGB613393-
CMYK0.340.6500.64
HSL268º47.62%24.71%-
HSV(B)268º64.52%36.47%-
XYZ4.442.8710.68-
YUV48.21153.28137.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=32.62%
G=17.65%
B=49.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6133930.340.6500.6426847.6224.71
Hex3D215D224104010c3019
Octal75411354210101004146031
Binary111101100001101110110001010000010100000010000110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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