#3D2768

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

Shades of Christalle #3D2768

Tints of Christalle #3D2768

Color information

#3D2768 (or 0x3D2768) is unknown color: approx Christalle. HEX triplet: 3D, 27 and 68. RGB value is (61,39,104). Sum of RGB (Red+Green+Blue) = 61+39+104=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #3D2768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2768 is #C2D897. Grayscale: #343434. Windows color (decimal): -12769432 or 6825789. OLE color: 6825789.

HSL color Cylindrical-coordinate representation of color #3D2768: hue angle of 260.31º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D2768 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6139104-
CMYK0.410.6200.59
HSL260.31º45.45%28.04%-
HSV(B)260.31º62.5%40.78%-
XYZ5.153.4413.49-
YUV52.99156.79133.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=29.90%
G=19.12%
B=50.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61391040.410.6200.59260.3145.4528.04
Hex3D2768293E03B1042d1c
Octal754715051760734045534
Binary1111011001111101000101001111110011101110000010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,39,104); }

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

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

 a { background-color: rgb(61,39,104); }

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

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

 span { border-color: rgb(61,39,104); }

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