#3D2061

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

Shades of Christalle #3D2061

Tints of Christalle #3D2061

Color information

#3D2061 (or 0x3D2061) is unknown color: approx Christalle. HEX triplet: 3D, 20 and 61. RGB value is (61,32,97). Sum of RGB (Red+Green+Blue) = 61+32+97=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D2061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2061 is #C2DF9E. Grayscale: #2F2F2F. Windows color (decimal): -12771231 or 6365245. OLE color: 6365245.

HSL color Cylindrical-coordinate representation of color #3D2061: hue angle of 266.77º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D2061 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB613297-
CMYK0.370.6700.62
HSL266.77º50.39%25.29%-
HSV(B)266.77º67.01%38.04%-
XYZ4.62.8911.62-
YUV48.08155.61137.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=32.11%
G=16.84%
B=51.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6132970.370.6700.62266.7750.3925.29
Hex3D2061254303E10b3219
Octal7540141451030764136231
Binary11110110000011000011001011000011011111010000101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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