#3F1966

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

Shades of Christalle #3F1966

Tints of Christalle #3F1966

Color information

#3F1966 (or 0x3F1966) is unknown color: approx Christalle. HEX triplet: 3F, 19 and 66. RGB value is (63,25,102). Sum of RGB (Red+Green+Blue) = 63+25+102=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F1966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1966 is #C0E699. Grayscale: #2C2C2C. Windows color (decimal): -12641946 or 6691135. OLE color: 6691135.

HSL color Cylindrical-coordinate representation of color #3F1966: hue angle of 269.61º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1966 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6325102-
CMYK0.380.7500.6
HSL269.61º60.63%24.9%-
HSV(B)269.61º75.49%40%-
XYZ4.82.7112.84-
YUV45.14160.09140.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=33.16%
G=13.16%
B=53.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63251020.380.7500.6269.6160.6324.9
Hex3F1966264B03C10e3d19
Octal7731146461130744167531
Binary1111111100111001101001101001011011110010000111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,25,102); }

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

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

 a { background-color: rgb(63,25,102); }

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

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

 span { border-color: rgb(63,25,102); }

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