#3F1C68

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

Shades of Christalle #3F1C68

Tints of Christalle #3F1C68

Color information

#3F1C68 (or 0x3F1C68) is unknown color: approx Christalle. HEX triplet: 3F, 1C and 68. RGB value is (63,28,104). Sum of RGB (Red+Green+Blue) = 63+28+104=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F1C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1C68 is #C0E397. Grayscale: #2E2E2E. Windows color (decimal): -12641176 or 6822975. OLE color: 6822975.

HSL color Cylindrical-coordinate representation of color #3F1C68: hue angle of 267.63º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1C68 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6328104-
CMYK0.390.7300.59
HSL267.63º57.58%25.88%-
HSV(B)267.63º73.08%40.78%-
XYZ4.962.8913.39-
YUV47.13160.1139.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.31%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=32.31%
G=14.36%
B=53.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63281040.390.7300.59267.6357.5825.88
Hex3F1C68274903B10c3a1a
Octal7734150471110734147232
Binary1111111110011010001001111001001011101110000110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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