#3B216C

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

Shades of Christalle #3B216C

Tints of Christalle #3B216C

Color information

#3B216C (or 0x3B216C) is unknown color: approx Christalle. HEX triplet: 3B, 21 and 6C. RGB value is (59,33,108). Sum of RGB (Red+Green+Blue) = 59+33+108=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B216C is #C4DE93. Grayscale: #313131. Windows color (decimal): -12902036 or 7086395. OLE color: 7086395.

HSL color Cylindrical-coordinate representation of color #3B216C: hue angle of 260.8º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B216C is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5933108-
CMYK0.450.6900.58
HSL260.8º53.19%27.65%-
HSV(B)260.8º69.44%42.35%-
XYZ5.053.114.52-
YUV49.32161.11134.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.5%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 108 (42.58% from 255) = 54%
R=29.5%
G=16.5%
B=54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59331080.450.6900.58260.853.1927.65
Hex3B216C2D4503A105351c
Octal7341154551050724056534
Binary11101110000111011001011011000101011101010000010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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