#3F1160

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

Shades of Christalle #3F1160

Tints of Christalle #3F1160

Color information

#3F1160 (or 0x3F1160) is unknown color: approx Christalle. HEX triplet: 3F, 11 and 60. RGB value is (63,17,96). Sum of RGB (Red+Green+Blue) = 63+17+96=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F1160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1160 is #C0EE9F. Grayscale: #272727. Windows color (decimal): -12644000 or 6295871. OLE color: 6295871.

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

Color convert

RGB631796-
CMYK0.340.8200.62
HSL274.94º69.91%22.16%-
HSV(B)274.94º82.29%37.65%-
XYZ4.362.311.28-
YUV39.76159.74144.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=35.80%
G=9.66%
B=54.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6317960.340.8200.62274.9469.9122.16
Hex3F1160225203E1134616
Octal77211404212207642310626
Binary11111110001110000010001010100100111110100010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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