#3E2066

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

Shades of Christalle #3E2066

Tints of Christalle #3E2066

Color information

#3E2066 (or 0x3E2066) is unknown color: approx Christalle. HEX triplet: 3E, 20 and 66. RGB value is (62,32,102). Sum of RGB (Red+Green+Blue) = 62+32+102=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #3E2066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2066 is #C1DF99. Grayscale: #303030. Windows color (decimal): -12705690 or 6692926. OLE color: 6692926.

HSL color Cylindrical-coordinate representation of color #3E2066: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E2066 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6232102-
CMYK0.390.6900.6
HSL265.71º52.24%26.27%-
HSV(B)265.71º68.63%40%-
XYZ4.93.0212.89-
YUV48.95157.94137.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.63%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 102 (40.23% from 255) = 52.04%
R=31.63%
G=16.33%
B=52.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal62321020.390.6900.6265.7152.2426.27
Hex3E2066274503C10a341a
Octal7640146471050744126432
Binary11111010000011001101001111000101011110010000101011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,102); }

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

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

 a { background-color: rgb(62,32,102); }

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

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

 span { border-color: rgb(62,32,102); }

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