#3F196C

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

Shades of Christalle #3F196C

Tints of Christalle #3F196C

Color information

#3F196C (or 0x3F196C) is unknown color: approx Christalle. HEX triplet: 3F, 19 and 6C. RGB value is (63,25,108). Sum of RGB (Red+Green+Blue) = 63+25+108=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F196C is #C0E693. Grayscale: #2D2D2D. Windows color (decimal): -12641940 or 7084351. OLE color: 7084351.

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

Color convert

RGB6325108-
CMYK0.420.7700.58
HSL267.47º62.41%26.08%-
HSV(B)267.47º76.85%42.35%-
XYZ5.12.8314.47-
YUV45.82163.09140.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.14%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=32.14%
G=12.76%
B=55.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63251080.420.7700.58267.4762.4126.08
Hex3F196C2A4D03A10b3e1a
Octal7731154521150724137632
Binary1111111100111011001010101001101011101010000101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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