#3F1260

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

Shades of Christalle #3F1260

Tints of Christalle #3F1260

Color information

#3F1260 (or 0x3F1260) is unknown color: approx Christalle. HEX triplet: 3F, 12 and 60. RGB value is (63,18,96). Sum of RGB (Red+Green+Blue) = 63+18+96=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F1260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1260 is #C0ED9F. Grayscale: #282828. Windows color (decimal): -12643744 or 6296127. OLE color: 6296127.

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

Color convert

RGB631896-
CMYK0.340.8100.62
HSL274.62º68.42%22.35%-
HSV(B)274.62º81.25%37.65%-
XYZ4.382.3311.29-
YUV40.35159.41144.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=35.59%
G=10.17%
B=54.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6318960.340.8100.62274.6268.4222.35
Hex3F1260225103E1134416
Octal77221404212107642310426
Binary11111110010110000010001010100010111110100010011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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