#3F106C

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

Shades of Christalle #3F106C

Tints of Christalle #3F106C

Color information

#3F106C (or 0x3F106C) is unknown color: approx Christalle. HEX triplet: 3F, 10 and 6C. RGB value is (63,16,108). Sum of RGB (Red+Green+Blue) = 63+16+108=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F106C is #C0EF93. Grayscale: #282828. Windows color (decimal): -12644244 or 7082047. OLE color: 7082047.

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

Color convert

RGB6316108-
CMYK0.420.8500.58
HSL270.65º74.19%24.31%-
HSV(B)270.65º85.19%42.35%-
XYZ4.942.5114.41-
YUV40.54166.07144.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=33.69%
G=8.56%
B=57.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63161080.420.8500.58270.6574.1924.31
Hex3F106C2A5503A10f4a18
Octal77201545212507241711230
Binary11111110000110110010101010101010111010100001111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,16,108); }

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

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

 a { background-color: rgb(63,16,108); }

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

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

 span { border-color: rgb(63,16,108); }

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