#3B2059

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

Shades of Christalle #3B2059

Tints of Christalle #3B2059

Color information

#3B2059 (or 0x3B2059) is unknown color: approx Christalle. HEX triplet: 3B, 20 and 59. RGB value is (59,32,89). Sum of RGB (Red+Green+Blue) = 59+32+89=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B2059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2059 is #C4DFA6. Grayscale: #2E2E2E. Windows color (decimal): -12902311 or 5840955. OLE color: 5840955.

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

Color convert

RGB593289-
CMYK0.340.6400.65
HSL268.42º47.11%23.73%-
HSV(B)268.42º64.04%34.9%-
XYZ4.122.689.75-
YUV46.57151.95136.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.78%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 89 (35.16% from 255) = 49.44%
R=32.78%
G=17.78%
B=49.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5932890.340.6400.65268.4247.1123.73
Hex3B2059224004110c2f18
Octal73401314210001014145730
Binary111011100000101100110001010000000100000110000110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,32,89); }

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

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

 a { background-color: rgb(59,32,89); }

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

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

 span { border-color: rgb(59,32,89); }

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