#3B215D

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

Shades of Christalle #3B215D

Tints of Christalle #3B215D

Color information

#3B215D (or 0x3B215D) is unknown color: approx Christalle. HEX triplet: 3B, 21 and 5D. RGB value is (59,33,93). Sum of RGB (Red+Green+Blue) = 59+33+93=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B215D is #C4DEA2. Grayscale: #2F2F2F. Windows color (decimal): -12902051 or 6103355. OLE color: 6103355.

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

Color convert

RGB593393-
CMYK0.370.6500.64
HSL266º47.62%24.71%-
HSV(B)266º64.52%36.47%-
XYZ4.322.8110.67-
YUV47.61153.61136.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=31.89%
G=17.84%
B=50.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5933930.370.6500.6426647.6224.71
Hex3B215D254104010a3019
Octal73411354510101004126031
Binary111011100001101110110010110000010100000010000101011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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