#3F1068

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

Shades of Christalle #3F1068

Tints of Christalle #3F1068

Color information

#3F1068 (or 0x3F1068) is unknown color: approx Christalle. HEX triplet: 3F, 10 and 68. RGB value is (63,16,104). Sum of RGB (Red+Green+Blue) = 63+16+104=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F1068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1068 is #C0EF97. Grayscale: #272727. Windows color (decimal): -12644248 or 6819903. OLE color: 6819903.

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

Color convert

RGB6316104-
CMYK0.390.8500.59
HSL272.05º73.33%23.53%-
HSV(B)272.05º84.62%40.78%-
XYZ4.732.4313.32-
YUV40.08164.07144.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.43%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=34.43%
G=8.74%
B=56.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63161040.390.8500.59272.0573.3323.53
Hex3F1068275503B1104918
Octal77201504712507342011130
Binary11111110000110100010011110101010111011100010000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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