#3F075E

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

Shades of Christalle #3F075E

Tints of Christalle #3F075E

Color information

#3F075E (or 0x3F075E) is unknown color: approx Christalle. HEX triplet: 3F, 07 and 5E. RGB value is (63,7,94). Sum of RGB (Red+Green+Blue) = 63+7+94=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F075E is #C0F8A1. Grayscale: #212121. Windows color (decimal): -12646562 or 6162239. OLE color: 6162239.

HSL color Cylindrical-coordinate representation of color #3F075E: hue angle of 278.62º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F075E is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB63794-
CMYK0.330.9300.63
HSL278.62º86.14%19.8%-
HSV(B)278.62º92.55%36.86%-
XYZ4.152.0210.76-
YUV33.66162.05148.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=38.41%
G=4.27%
B=57.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal637940.330.9300.63278.6286.1419.8
Hex3F75E215D03F1175614
Octal7771364113507742712624
Binary111111111101111010000110111010111111100010111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,7,94); }

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

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

 a { background-color: rgb(63,7,94); }

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

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

 span { border-color: rgb(63,7,94); }

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