#3D2059

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

Shades of Christalle #3D2059

Tints of Christalle #3D2059

Color information

#3D2059 (or 0x3D2059) is unknown color: approx Christalle. HEX triplet: 3D, 20 and 59. RGB value is (61,32,89). Sum of RGB (Red+Green+Blue) = 61+32+89=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D2059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2059 is #C2DFA6. Grayscale: #2E2E2E. Windows color (decimal): -12771239 or 5840957. OLE color: 5840957.

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

Color convert

RGB613289-
CMYK0.310.6400.65
HSL270.53º47.11%23.73%-
HSV(B)270.53º64.04%34.9%-
XYZ4.242.759.76-
YUV47.17151.61137.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.52%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 89 (35.16% from 255) = 48.90%
R=33.52%
G=17.58%
B=48.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6132890.310.6400.65270.5347.1123.73
Hex3D20591F4004110f2f18
Octal75401313710001014175730
Binary11110110000010110011111110000000100000110000111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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