#3F1C6D

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

Shades of Christalle #3F1C6D

Tints of Christalle #3F1C6D

Color information

#3F1C6D (or 0x3F1C6D) is unknown color: approx Christalle. HEX triplet: 3F, 1C and 6D. RGB value is (63,28,109). Sum of RGB (Red+Green+Blue) = 63+28+109=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F1C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1C6D is #C0E392. Grayscale: #2F2F2F. Windows color (decimal): -12641171 or 7150655. OLE color: 7150655.

HSL color Cylindrical-coordinate representation of color #3F1C6D: hue angle of 265.93º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F1C6D is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6328109-
CMYK0.420.7400.57
HSL265.93º59.12%26.86%-
HSV(B)265.93º74.31%42.75%-
XYZ5.232.9914.77-
YUV47.7162.6138.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.5%
GREEN value IS 28 (11.33% from 255) = 14%
BLUE value IS 109 (42.97% from 255) = 54.5%
R=31.5%
G=14%
B=54.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63281090.420.7400.57265.9359.1226.86
Hex3F1C6D2A4A03910a3b1b
Octal7734155521120714127333
Binary1111111110011011011010101001010011100110000101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,28,109); }

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

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

 a { background-color: rgb(63,28,109); }

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

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

 span { border-color: rgb(63,28,109); }

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