#3F1369

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

Shades of Christalle #3F1369

Tints of Christalle #3F1369

Color information

#3F1369 (or 0x3F1369) is unknown color: approx Christalle. HEX triplet: 3F, 13 and 69. RGB value is (63,19,105). Sum of RGB (Red+Green+Blue) = 63+19+105=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F1369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1369 is #C0EC96. Grayscale: #292929. Windows color (decimal): -12643479 or 6886207. OLE color: 6886207.

HSL color Cylindrical-coordinate representation of color #3F1369: hue angle of 270.7º 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 #3F1369 is Cyan = 0.4, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6319105-
CMYK0.40.8200.59
HSL270.7º69.35%24.31%-
HSV(B)270.7º81.9%41.18%-
XYZ4.832.5413.6-
YUV41.96163.58143.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=33.69%
G=10.16%
B=56.15%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63191050.40.8200.59270.769.3524.31
Hex3F1369285203B10f4518
Octal77231515012207341710530
Binary11111110011110100110100010100100111011100001111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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