#3C216F

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

Shades of Christalle #3C216F

Tints of Christalle #3C216F

Color information

#3C216F (or 0x3C216F) is unknown color: approx Christalle. HEX triplet: 3C, 21 and 6F. RGB value is (60,33,111). Sum of RGB (Red+Green+Blue) = 60+33+111=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C216F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C216F is #C3DE90. Grayscale: #313131. Windows color (decimal): -12836497 or 7283004. OLE color: 7283004.

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

Color convert

RGB6033111-
CMYK0.460.7000.56
HSL260.77º54.17%28.24%-
HSV(B)260.77º70.27%43.53%-
XYZ5.283.215.38-
YUV49.96162.45135.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.41%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=29.41%
G=16.18%
B=54.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60331110.460.7000.56260.7754.1728.24
Hex3C216F2E46038105361c
Octal7441157561060704056634
Binary11110010000111011111011101000110011100010000010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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