#3C216D

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

Shades of Christalle #3C216D

Tints of Christalle #3C216D

Color information

#3C216D (or 0x3C216D) is unknown color: approx Christalle. HEX triplet: 3C, 21 and 6D. RGB value is (60,33,109). Sum of RGB (Red+Green+Blue) = 60+33+109=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C216D is #C3DE92. Grayscale: #313131. Windows color (decimal): -12836499 or 7151932. OLE color: 7151932.

HSL color Cylindrical-coordinate representation of color #3C216D: hue angle of 261.32º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C216D is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6033109-
CMYK0.450.7000.57
HSL261.32º53.52%27.84%-
HSV(B)261.32º69.72%42.75%-
XYZ5.173.1514.8-
YUV49.74161.45135.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 109 (42.97% from 255) = 53.96%
R=29.70%
G=16.34%
B=53.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60331090.450.7000.57261.3253.5227.84
Hex3C216D2D46039105361c
Octal7441155551060714056634
Binary11110010000111011011011011000110011100110000010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,109); }

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

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

 a { background-color: rgb(60,33,109); }

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

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

 span { border-color: rgb(60,33,109); }

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