#3D295F

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

Shades of Christalle #3D295F

Tints of Christalle #3D295F

Color information

#3D295F (or 0x3D295F) is unknown color: approx Christalle. HEX triplet: 3D, 29 and 5F. RGB value is (61,41,95). Sum of RGB (Red+Green+Blue) = 61+41+95=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D295F is #C2D6A0. Grayscale: #343434. Windows color (decimal): -12768929 or 6236477. OLE color: 6236477.

HSL color Cylindrical-coordinate representation of color #3D295F: hue angle of 262.22º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D295F is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB614195-
CMYK0.360.5700.63
HSL262.22º39.71%26.67%-
HSV(B)262.22º56.84%37.25%-
XYZ4.783.411.23-
YUV53.14151.63133.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.96%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 95 (37.5% from 255) = 48.22%
R=30.96%
G=20.81%
B=48.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6141950.360.5700.63262.2239.7126.67
Hex3D295F243903F106281b
Octal755113744710774065033
Binary1111011010011011111100100111001011111110000011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,95); }

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

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

 a { background-color: rgb(61,41,95); }

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

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

 span { border-color: rgb(61,41,95); }

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