#3F1368

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

Shades of Christalle #3F1368

Tints of Christalle #3F1368

Color information

#3F1368 (or 0x3F1368) is unknown color: approx Christalle. HEX triplet: 3F, 13 and 68. RGB value is (63,19,104). Sum of RGB (Red+Green+Blue) = 63+19+104=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F1368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1368 is #C0EC97. Grayscale: #292929. Windows color (decimal): -12643480 or 6820671. OLE color: 6820671.

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

Color convert

RGB6319104-
CMYK0.390.8200.59
HSL271.06º69.11%24.12%-
HSV(B)271.06º81.73%40.78%-
XYZ4.782.5213.33-
YUV41.85163.08143.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=33.87%
G=10.22%
B=55.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63191040.390.8200.59271.0669.1124.12
Hex3F1368275203B10f4518
Octal77231504712207341710530
Binary11111110011110100010011110100100111011100001111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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