#3E1068

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

Shades of Christalle #3E1068

Tints of Christalle #3E1068

Color information

#3E1068 (or 0x3E1068) is unknown color: approx Christalle. HEX triplet: 3E, 10 and 68. RGB value is (62,16,104). Sum of RGB (Red+Green+Blue) = 62+16+104=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E1068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1068 is #C1EF97. Grayscale: #272727. Windows color (decimal): -12709784 or 6819902. OLE color: 6819902.

HSL color Cylindrical-coordinate representation of color #3E1068: hue angle of 271.36º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1068 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6216104-
CMYK0.400.8500.59
HSL271.36º73.33%23.53%-
HSV(B)271.36º84.62%40.78%-
XYZ4.672.3913.31-
YUV39.79164.24143.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.07%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 104 (41.02% from 255) = 57.14%
R=34.07%
G=8.79%
B=57.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62161040.400.8500.59271.3673.3323.53
Hex3E1068285503B10f4918
Octal76201505012507341711130
Binary11111010000110100010100010101010111011100001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,16,104); }

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

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

 a { background-color: rgb(62,16,104); }

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

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

 span { border-color: rgb(62,16,104); }

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