#3F115F

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

Shades of Christalle #3F115F

Tints of Christalle #3F115F

Color information

#3F115F (or 0x3F115F) is unknown color: approx Christalle. HEX triplet: 3F, 11 and 5F. RGB value is (63,17,95). Sum of RGB (Red+Green+Blue) = 63+17+95=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F115F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F115F is #C0EEA0. Grayscale: #272727. Windows color (decimal): -12644001 or 6230335. OLE color: 6230335.

HSL color Cylindrical-coordinate representation of color #3F115F: hue angle of 275.38º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F115F is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB631795-
CMYK0.340.8200.63
HSL275.38º69.64%21.96%-
HSV(B)275.38º82.11%37.25%-
XYZ4.322.2811.04-
YUV39.65159.24144.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 95 (37.5% from 255) = 54.29%
R=36%
G=9.71%
B=54.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6317950.340.8200.63275.3869.6421.96
Hex3F115F225203F1134616
Octal77211374212207742310626
Binary11111110001101111110001010100100111111100010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,17,95); }

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

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

 a { background-color: rgb(63,17,95); }

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

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

 span { border-color: rgb(63,17,95); }

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