#3F196A

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

Shades of Christalle #3F196A

Tints of Christalle #3F196A

Color information

#3F196A (or 0x3F196A) is unknown color: approx Christalle. HEX triplet: 3F, 19 and 6A. RGB value is (63,25,106). Sum of RGB (Red+Green+Blue) = 63+25+106=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F196A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F196A is #C0E695. Grayscale: #2D2D2D. Windows color (decimal): -12641942 or 6953279. OLE color: 6953279.

HSL color Cylindrical-coordinate representation of color #3F196A: hue angle of 268.15º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F196A is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6325106-
CMYK0.410.7600.58
HSL268.15º61.83%25.69%-
HSV(B)268.15º76.42%41.57%-
XYZ52.7913.91-
YUV45.6162.09140.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.47%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 106 (41.80% from 255) = 54.64%
R=32.47%
G=12.89%
B=54.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63251060.410.7600.58268.1561.8325.69
Hex3F196A294C03A10c3e1a
Octal7731152511140724147632
Binary1111111100111010101010011001100011101010000110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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