#3F295A

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

Shades of Christalle #3F295A

Tints of Christalle #3F295A

Color information

#3F295A (or 0x3F295A) is unknown color: approx Christalle. HEX triplet: 3F, 29 and 5A. RGB value is (63,41,90). Sum of RGB (Red+Green+Blue) = 63+41+90=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F295A is #C0D6A5. Grayscale: #343434. Windows color (decimal): -12637862 or 5908799. OLE color: 5908799.

HSL color Cylindrical-coordinate representation of color #3F295A: hue angle of 266.94º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F295A is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB634190-
CMYK0.300.5400.65
HSL266.94º37.4%25.69%-
HSV(B)266.94º54.44%35.29%-
XYZ4.693.3810.08-
YUV53.16148.79135.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.47%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=32.47%
G=21.13%
B=46.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6341900.300.5400.65266.9437.425.69
Hex3F295A1E3604110b251a
Octal7751132366601014134532
Binary1111111010011011010111101101100100000110000101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,41,90); }

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

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

 a { background-color: rgb(63,41,90); }

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

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

 span { border-color: rgb(63,41,90); }

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