#3F116A

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

Shades of Christalle #3F116A

Tints of Christalle #3F116A

Color information

#3F116A (or 0x3F116A) is unknown color: approx Christalle. HEX triplet: 3F, 11 and 6A. RGB value is (63,17,106). Sum of RGB (Red+Green+Blue) = 63+17+106=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F116A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F116A is #C0EE95. Grayscale: #282828. Windows color (decimal): -12643990 or 6951231. OLE color: 6951231.

HSL color Cylindrical-coordinate representation of color #3F116A: hue angle of 271.01º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F116A is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6317106-
CMYK0.410.8400.58
HSL271.01º72.36%24.12%-
HSV(B)271.01º83.96%41.57%-
XYZ4.852.513.86-
YUV40.9164.74143.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 106 (41.80% from 255) = 56.99%
R=33.87%
G=9.14%
B=56.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63171060.410.8400.58271.0172.3624.12
Hex3F116A295403A10f4818
Octal77211525112407241711030
Binary11111110001110101010100110101000111010100001111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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