#3F1970

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

Shades of Christalle #3F1970

Tints of Christalle #3F1970

Color information

#3F1970 (or 0x3F1970) is unknown color: approx Christalle. HEX triplet: 3F, 19 and 70. RGB value is (63,25,112). Sum of RGB (Red+Green+Blue) = 63+25+112=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F1970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1970 is #C0E68F. Grayscale: #2D2D2D. Windows color (decimal): -12641936 or 7346495. OLE color: 7346495.

HSL color Cylindrical-coordinate representation of color #3F1970: hue angle of 266.21º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F1970 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6325112-
CMYK0.440.7800.56
HSL266.21º63.5%26.86%-
HSV(B)266.21º77.68%43.92%-
XYZ5.322.9215.61-
YUV46.28165.09139.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.5%
GREEN value IS 25 (10.16% from 255) = 12.5%
BLUE value IS 112 (44.14% from 255) = 56%
R=31.5%
G=12.5%
B=56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63251120.440.7800.56266.2163.526.86
Hex3F19702C4E03810a401b
Octal77311605411607041210033
Binary11111111001111000010110010011100111000100001010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,25,112); }

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

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

 a { background-color: rgb(63,25,112); }

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

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

 span { border-color: rgb(63,25,112); }

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