#3F1959

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

Shades of Christalle #3F1959

Tints of Christalle #3F1959

Color information

#3F1959 (or 0x3F1959) is unknown color: approx Christalle. HEX triplet: 3F, 19 and 59. RGB value is (63,25,89). Sum of RGB (Red+Green+Blue) = 63+25+89=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F1959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1959 is #C0E6A6. Grayscale: #2B2B2B. Windows color (decimal): -12641959 or 5839167. OLE color: 5839167.

HSL color Cylindrical-coordinate representation of color #3F1959: hue angle of 275.62º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F1959 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB632589-
CMYK0.290.7200.65
HSL275.62º56.14%22.35%-
HSV(B)275.62º71.91%34.9%-
XYZ4.22.479.71-
YUV43.66153.59141.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=35.59%
G=14.12%
B=50.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6325890.290.7200.65275.6256.1422.35
Hex3F19591D480411143816
Octal77311313511001014247026
Binary1111111100110110011110110010000100000110001010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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