#3D2068

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

Shades of Christalle #3D2068

Tints of Christalle #3D2068

Color information

#3D2068 (or 0x3D2068) is unknown color: approx Christalle. HEX triplet: 3D, 20 and 68. RGB value is (61,32,104). Sum of RGB (Red+Green+Blue) = 61+32+104=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #3D2068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2068 is #C2DF97. Grayscale: #303030. Windows color (decimal): -12771224 or 6823997. OLE color: 6823997.

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

Color convert

RGB6132104-
CMYK0.410.6900.59
HSL264.17º52.94%26.67%-
HSV(B)264.17º69.23%40.78%-
XYZ4.943.0213.42-
YUV48.88159.11136.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.96%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=30.96%
G=16.24%
B=52.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61321040.410.6900.59264.1752.9426.67
Hex3D2068294503B108351b
Octal7540150511050734106533
Binary11110110000011010001010011000101011101110000100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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