#3D1D61

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

Shades of Christalle #3D1D61

Tints of Christalle #3D1D61

Color information

#3D1D61 (or 0x3D1D61) is unknown color: approx Christalle. HEX triplet: 3D, 1D and 61. RGB value is (61,29,97). Sum of RGB (Red+Green+Blue) = 61+29+97=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D1D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1D61 is #C2E29E. Grayscale: #2E2E2E. Windows color (decimal): -12771999 or 6364477. OLE color: 6364477.

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

Color convert

RGB612997-
CMYK0.370.7000.62
HSL268.24º53.97%24.71%-
HSV(B)268.24º70.1%38.04%-
XYZ4.522.7311.6-
YUV46.32156.6138.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=32.62%
G=15.51%
B=51.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6129970.370.7000.62268.2453.9724.71
Hex3D1D61254603E10c3619
Octal7535141451060764146631
Binary1111011110111000011001011000110011111010000110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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