#3F1E63

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

Shades of Christalle #3F1E63

Tints of Christalle #3F1E63

Color information

#3F1E63 (or 0x3F1E63) is unknown color: approx Christalle. HEX triplet: 3F, 1E and 63. RGB value is (63,30,99). Sum of RGB (Red+Green+Blue) = 63+30+99=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F1E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1E63 is #C0E19C. Grayscale: #2F2F2F. Windows color (decimal): -12640669 or 6495807. OLE color: 6495807.

HSL color Cylindrical-coordinate representation of color #3F1E63: hue angle of 268.7º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1E63 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB633099-
CMYK0.360.7000.61
HSL268.7º53.49%25.29%-
HSV(B)268.7º69.7%38.82%-
XYZ4.772.8912.11-
YUV47.73156.93138.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.81%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=32.81%
G=15.62%
B=51.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6330990.360.7000.61268.753.4925.29
Hex3F1E63244603D10d3519
Octal7736143441060754156531
Binary1111111111011000111001001000110011110110000110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,30,99); }

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

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

 a { background-color: rgb(63,30,99); }

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

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

 span { border-color: rgb(63,30,99); }

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